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 interface
ParticleEffect.Factory<T extends ParticleEffect>
Deprecated. -
Method Summary
Modifier and Type Method Description String
asString()
ParticleType<?>
getType()
void
write(PacketByteBuf buf)
-
Method Details
-
getType
ParticleType<?> getType() -
write
-
asString
String asString()
-