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