Package net.minecraft.particle
Class DefaultParticleType
- All Implemented Interfaces:
ParticleEffect
public class DefaultParticleType extends ParticleType<DefaultParticleType> implements ParticleEffect
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.particle.ParticleEffect
ParticleEffect.Factory<T extends ParticleEffect> -
Field Summary
Fields Modifier and Type Field Description private com.mojang.serialization.Codec<DefaultParticleType>field_25127private static ParticleEffect.Factory<DefaultParticleType>PARAMETER_FACTORY -
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultParticleType(boolean bool) -
Method Summary
Modifier and Type Method Description StringasString()DefaultParticleTypegetType()com.mojang.serialization.Codec<DefaultParticleType>method_29138()voidwrite(PacketByteBuf buf)Methods inherited from class net.minecraft.particle.ParticleType
getParametersFactory, shouldAlwaysSpawn
-
Field Details
-
Constructor Details
-
DefaultParticleType
protected DefaultParticleType(boolean bool)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceParticleEffect
-
method_29138
- Specified by:
method_29138in classParticleType<DefaultParticleType>
-
write
- Specified by:
writein interfaceParticleEffect
-
asString
- Specified by:
asStringin interfaceParticleEffect
-