net.minecraft.entity.particle

public class DustParticleOptions

implements ParticleOptions

gb
net.minecraft.class_2390
net.minecraft.entity.particle.DustParticleOptions
net.minecraft.particles.RedstoneParticleData
net.minecraft.particles.RedstoneParticleData

Field summary

Modifier and TypeField
public static final DustParticleOptions
a
field_11188
REDSTONE
field_197564_a
REDSTONE_DUST
public static final ParticleOptions$Deserializer<DustParticleOptions>
b
field_11189
DESERIALIZER
field_197565_b
DESERIALIZER
private final float
c
field_11187
r
field_197566_c
red
private final float
d
field_11186
g
field_197567_d
green
private final float
e
field_11185
b
field_197568_e
blue
private final float
f
field_11184
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(jc arg0)
method_10294(class_2540 arg0)
write(PacketByteBuf arg0)
func_197553_a(PacketBuffer arg0)
write(PacketBuffer arg0)
public String
a()
method_10293()
writeToString()
func_197555_a()
getParameters()
public ParticleType<DustParticleOptions>
b()
method_10295()
getType()
func_197554_b()
getType()
public float
c()
method_10285()
getRed()
func_197562_c()
getRed()
public float
d()
method_10286()
getGreen()
func_197563_d()
getGreen()
public float
e()
method_10284()
getBlue()
func_197561_e()
getBlue()
public float
f()
method_10283()
getScale()
func_197560_f()
getAlpha()