net.minecraft.network.protocol.game

public class ClientboundLevelParticlesPacket

implements Packet<ClientGamePacketListener>

nh
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket
net.minecraft.class_2675
net.minecraft.network.packet.s2c.play.ParticleS2CPacket
net.minecraft.network.play.server.SSpawnParticlePacket
net.minecraft.server.v1_15_R1.PacketPlayOutWorldParticles

Field summary

Modifier and TypeField
private double
a
x
field_12258
x
field_149234_b
private double
b
y
field_12257
y
field_149235_c
private double
c
z
field_12256
z
field_149232_d
private float
d
xDist
field_12255
offsetX
field_149233_e
private float
e
yDist
field_12252
offsetY
field_149230_f
private float
f
zDist
field_12251
offsetZ
field_149231_g
private float
g
maxSpeed
field_12260
speed
field_149237_h
private int
h
count
field_12253
count
field_149238_i
private boolean
i
overrideLimiter
field_12254
longDistance
field_179752_j
private ParticleOptions
j
particle
field_12259
parameters
field_197700_j

Constructor summary

ModifierConstructor
public ()
public <T extends ParticleOptions>(T parameters, boolean longDistance, double arg2, double arg3, double arg4, float arg5, float arg6, float arg7, float arg8, int arg9)

Method summary

Modifier and TypeMethod
public void
a(kv arg0)
read(FriendlyByteBuf arg0)
method_11053(class_2540 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
private <T extends ParticleOptions> T
a(kv arg0, gu<T> arg1)
readParticle(FriendlyByteBuf arg0, ParticleType<T> arg1)
method_11542(class_2540 arg0, class_2396<T> arg1)
readParticleParameters(PacketByteBuf buf, ParticleType<T> type)
func_199855_a(PacketBuffer arg0, ParticleType<T> arg1)
public void
b(kv arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
public void
a(lw arg0)
handle(ClientGamePacketListener arg0)
method_11553(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
func_148833_a(IClientPlayNetHandler arg0)
public boolean
b()
isOverrideLimiter()
method_11552()
isLongDistance()
func_179750_b()
public double
c()
getX()
method_11544()
getX()
func_149220_d()
public double
d()
getY()
method_11547()
getY()
func_149226_e()
public double
e()
getZ()
method_11546()
getZ()
func_149225_f()
public float
f()
getXDist()
method_11548()
getOffsetX()
func_149221_g()
public float
g()
getYDist()
method_11549()
getOffsetY()
func_149224_h()
public float
h()
getZDist()
method_11550()
getOffsetZ()
func_149223_i()
public float
i()
getMaxSpeed()
method_11543()
getSpeed()
func_149227_j()
public int
j()
getCount()
method_11545()
getCount()
func_149222_k()
public ParticleOptions
k()
getParticle()
method_11551()
getParameters()
func_197699_j()