Package net.minecraft.particle
Interface ParticleEffect
- All Known Implementing Classes:
BlockStateParticleEffect,DefaultParticleType,DustParticleEffect,ItemStackParticleEffect
public interface ParticleEffect
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceParticleEffect.Factory<T extends ParticleEffect>Deprecated. -
Method Summary
Modifier and Type Method Description StringasString()ParticleType<?>getType()voidwrite(PacketByteBuf buf)
-
Method Details
-
getType
ParticleType<?> getType() -
write
-
asString
String asString()
-