Package net.minecraft.particles
Interface IParticleData
-
- All Known Implementing Classes:
BasicParticleType
,BlockParticleData
,ItemParticleData
,RedstoneParticleData
public interface IParticleData
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IParticleData.IDeserializer<T extends IParticleData>
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParticleType<?>
getType()
void
writeToNetwork(PacketBuffer p_197553_1_)
java.lang.String
writeToString()
-
-
-
Method Detail
-
getType
ParticleType<?> getType()
-
writeToNetwork
void writeToNetwork(PacketBuffer p_197553_1_)
-
writeToString
java.lang.String writeToString()
-
-