net.minecraft.network.protocol.game

public class ClientboundLevelParticlesPacket

implements Packet<ClientGamePacketListener>

ws
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket
net.minecraft.class_2675
net.minecraft.network.packet.s2c.play.ParticleS2CPacket
net.minecraft.src.C_5072_
net.minecraft.network.protocol.game.PacketPlayOutWorldParticles

Field summary

Modifier and TypeField
private final double
a
x
field_12258
x
f_132280_
private final double
b
y
field_12257
y
f_132281_
private final double
c
z
field_12256
z
f_132282_
private final float
d
xDist
field_12255
offsetX
f_132283_
private final float
e
yDist
field_12252
offsetY
f_132284_
private final float
f
zDist
field_12251
offsetZ
f_132285_
private final float
g
maxSpeed
field_12260
speed
f_132286_
private final int
h
count
field_12253
count
f_132287_
private final boolean
i
overrideLimiter
field_12254
longDistance
f_132288_
private final ParticleOptions
j
particle
field_12259
parameters
f_132289_

Constructor summary

ModifierConstructor
public <T extends ParticleOptions>(T parameters, boolean longDistance, double x, double y, double z, float offsetX, float offsetY, float offsetZ, float speed, int count)
public (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
private <T extends ParticleOptions> T
a(ss arg0, it<T> arg1)
readParticle(FriendlyByteBuf arg0, ParticleType<T> arg1)
method_11542(class_2540 arg0, class_2396<T> arg1)
readParticleParameters(PacketByteBuf buf, ParticleType<T> type)
m_132304_(C_4983_ p_132306_, C_4758_<T> arg1)
public void
a(ss arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
m_5779_(C_4983_ arg0)
public boolean
a()
isOverrideLimiter()
method_11552()
isLongDistance()
m_132311_()
public double
c()
getX()
method_11544()
getX()
m_132314_()
public double
d()
getY()
method_11547()
getY()
m_132315_()
public double
e()
getZ()
method_11546()
getZ()
m_132316_()
public float
f()
getXDist()
method_11548()
getOffsetX()
m_132317_()
public float
g()
getYDist()
method_11549()
getOffsetY()
m_132318_()
public float
h()
getZDist()
method_11550()
getOffsetZ()
m_132319_()
public float
i()
getMaxSpeed()
method_11543()
getSpeed()
m_132320_()
public int
j()
getCount()
method_11545()
getCount()
m_132321_()
public ParticleOptions
k()
getParticle()
method_11551()
getParameters()
m_132322_()
public void
a(ve arg0)
handle(ClientGamePacketListener arg0)
method_11553(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)