| Package | Description |
|---|---|
| net.tridentsdk.effect.visual |
Visual effects
|
| net.tridentsdk.server.effect.visual |
Visual effect implementations
|
| net.tridentsdk.server.world |
Implements classes in the package
net.tridentsdk.world.* package |
| net.tridentsdk.world |
World access: Chunks, dimensions, and loading, and world generation
|
| Modifier and Type | Method and Description |
|---|---|
static VisualEffectType |
VisualEffectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisualEffectType[] |
VisualEffectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VisualEffectType |
TridentVisualEffect.type() |
| Modifier and Type | Method and Description |
|---|---|
void |
TridentVisualEffect.setType(VisualEffectType type) |
| Constructor and Description |
|---|
TridentVisualEffect(World world,
VisualEffectType type) |
| Modifier and Type | Method and Description |
|---|---|
VisualEffect |
TridentWorld.spawnVisual(VisualEffectType visual) |
| Modifier and Type | Method and Description |
|---|---|
VisualEffect |
World.spawnVisual(VisualEffectType visual)
Creates a new visual effect
|
Copyright © 2016. All rights reserved.