public interface ParticleEffect
Modifier and Type | Interface and Description |
---|---|
static interface |
ParticleEffect.Colorable
Represents a colored particle effect.
|
static interface |
ParticleEffect.Material
Represents a particle effect that needs a item stack to be rendered on the client.
|
static interface |
ParticleEffect.Note
Represents a particle effect that uses a note value.
|
static interface |
ParticleEffect.Resizable
Represents a resized particle effect.
|
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets the amount of particles that will be spawned.
|
com.flowpowered.math.vector.Vector3d |
getMotion()
Gets the motion vector of the particle effect.
|
com.flowpowered.math.vector.Vector3d |
getOffset()
Gets the offset vector of the particle effect.
|
ParticleType |
getType()
Gets the type of the particle effect.
|
ParticleType getType()
com.flowpowered.math.vector.Vector3d getMotion()
com.flowpowered.math.vector.Vector3d getOffset()
int getCount()