public class ExplosionMetaImpl extends Object implements ExplosionMeta, NBTSerializable
ExplosionMeta.ExplosionType| Constructor and Description |
|---|
ExplosionMetaImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Color> |
colors()
Gets the main colors of this Explosion.
|
List<Color> |
fadeColors()
Gets the fade colors of this Explosion.
|
boolean |
isFlicker()
Gets whether or not this explosion has the Flicker effect applied to it.
|
boolean |
isTrail()
Gets whether or not this explosion has the Trail effect applied to it.
|
void |
process()
Called when all fields have been set.
|
ExplosionMeta.ExplosionType |
type()
Gets this Explosion's type.
|
public ExplosionMetaImpl()
public void process()
NBTSerializableprocess in interface NBTSerializablepublic List<Color> colors()
ExplosionMetacolors in interface ExplosionMetapublic List<Color> fadeColors()
ExplosionMetafadeColors in interface ExplosionMetapublic ExplosionMeta.ExplosionType type()
ExplosionMetatype in interface ExplosionMetapublic boolean isFlicker()
ExplosionMetaisFlicker in interface ExplosionMetapublic boolean isTrail()
ExplosionMetaisTrail in interface ExplosionMetaCopyright © 2016. All rights reserved.