net.minecraft.core.particles

public class DustParticleOptions

implements ParticleOptions

hd
net.minecraft.core.particles.DustParticleOptions
net.minecraft.class_2390
net.minecraft.particle.DustParticleEffect
net.minecraft.particles.RedstoneParticleData
net.minecraft.server.v1_16_R1.ParticleParamRedstone

Field summary

Modifier and TypeField
public static final DustParticleOptions
a
REDSTONE
field_11188
RED
field_197564_a
public static final com.mojang.serialization.Codec<DustParticleOptions>
b
CODEC
field_25124
CODEC
field_239802_b_
public static final ParticleOptions$Deserializer<DustParticleOptions>
c
DESERIALIZER
field_11189
PARAMETERS_FACTORY
field_197565_b
private final float
d
r
field_11187
red
field_197566_c
private final float
e
g
field_11186
green
field_197567_d
private final float
f
b
field_11185
blue
field_197568_e
private final float
g
scale
field_11184
scale
field_197569_f

Constructor summary

ModifierConstructor
public (float red, float green, float blue, float scale)

Method summary

Modifier and TypeMethod
public void
a(mg arg0)
writeToNetwork(FriendlyByteBuf arg0)
method_10294(class_2540 arg0)
write(PacketByteBuf arg0)
func_197553_a(PacketBuffer arg0)
public String
a()
writeToString()
method_10293()
asString()
func_197555_a()
public ParticleType<DustParticleOptions>
b()
getType()
method_10295()
getType()
func_197554_b()
getParticle()
public float
c()
getR()
method_10285()
getRed()
func_197562_c()
public float
d()
getG()
method_10286()
getGreen()
func_197563_d()
public float
e()
getB()
method_10284()
getBlue()
func_197561_e()
public float
f()
getScale()
method_10283()
getScale()
func_197560_f()