Package net.minecraft.particle
Class DustParticleEffect
java.lang.Object
net.minecraft.particle.AbstractDustParticleEffect
net.minecraft.particle.DustParticleEffect
- All Implemented Interfaces:
ParticleEffect
public class DustParticleEffect extends AbstractDustParticleEffect
-
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 static com.mojang.serialization.Codec<DustParticleEffect>CODECstatic DustParticleEffectDEFAULTstatic ParticleEffect.Factory<DustParticleEffect>PARAMETERS_FACTORYstatic Vec3fREDFields inherited from class net.minecraft.particle.AbstractDustParticleEffect
color, scale -
Constructor Summary
Constructors Constructor Description DustParticleEffect(Vec3f vec3f, float scale) -
Method Summary
Modifier and Type Method Description ParticleType<DustParticleEffect>getType()Methods inherited from class net.minecraft.particle.AbstractDustParticleEffect
asString, getColor, getScale, method_33466, readColor, write
-
Field Details
-
RED
-
DEFAULT
-
CODEC
-
PARAMETERS_FACTORY
-
-
Constructor Details
-
DustParticleEffect
-
-
Method Details
-
getType
-