net.minecraft.entity.particle

public class DustParticleOptions

implements ParticleOptions

fi
net.minecraft.class_4338
net.minecraft.entity.particle.DustParticleOptions
net.minecraft.particles.RedstoneParticleData
net.minecraft.particles.RedstoneParticleData

Field summary

Modifier and TypeField
public static final DustParticleOptions
a
field_21339
REDSTONE
field_197564_a
REDSTONE_DUST
public static final ParticleOptions$Deserializer<DustParticleOptions>
b
field_21340
DESERIALIZER
field_197565_b
DESERIALIZER
private final float
c
field_21341
r
field_197566_c
red
private final float
d
field_21342
g
field_197567_d
green
private final float
e
field_21343
b
field_197568_e
blue
private final float
f
field_21344
scale
field_197569_f
alpha

Constructor summary

ModifierConstructor
public (float r, float g, float b, float scale)

Method summary

Modifier and TypeMethod
public void
a(hy arg0)
method_19979(class_1967 arg0)
write(PacketByteBuf arg0)
func_197553_a(PacketBuffer arg0)
write(PacketBuffer arg0)
public String
a()
method_19978()
writeToString()
func_197555_a()
getParameters()
public ParticleType<DustParticleOptions>
b()
method_19980()
getType()
func_197554_b()
getType()
public float
c()
method_19969()
getRed()
func_197562_c()
getRed()
public float
d()
method_19970()
getGreen()
func_197563_d()
getGreen()
public float
e()
method_19971()
getBlue()
func_197561_e()
getBlue()
public float
f()
method_19972()
getScale()
func_197560_f()
getAlpha()