Package net.minecraft.particles
Interface IParticleData
- All Known Implementing Classes:
BasicParticleType,BlockParticleData,ItemParticleData,RedstoneParticleData
public interface IParticleData
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceIParticleData.IDeserializer<T extends IParticleData>Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionParticleType<?>getType()voidwriteToNetwork(PacketBuffer p_197553_1_)
-
Method Details
-
getType
ParticleType<?> getType() -
writeToNetwork
-
writeToString
String writeToString()
-