public interface IParticleData
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | IParticleData.IDeserializer<T extends IParticleData> | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getParameters() | 
| ParticleType<?> | getType() | 
| void | write(PacketBuffer buffer) | 
ParticleType<?> getType()
void write(PacketBuffer buffer)
java.lang.String getParameters()