public interface ParticleEffect
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ParticleEffect.Factory<T extends ParticleEffect>
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
ParticleType<?> |
getType() |
void |
write(PacketByteBuf buf) |
ParticleType<?> getType()
void write(PacketByteBuf buf)
String asString()