net.minecraft.network.protocol.game

public class ClientboundLevelParticlesPacket

implements Packet<ClientGamePacketListener>

aeg
net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket
net.minecraft.class_2675
net.minecraft.network.packet.s2c.play.ParticleS2CPacket
net.minecraft.network.protocol.game.PacketPlayOutWorldParticles

Field summary

Modifier and TypeField
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundLevelParticlesPacket>
a
STREAM_CODEC
field_47935
CODEC
private final double
b
x
field_12258
x
private final double
c
y
field_12257
y
private final double
d
z
field_12256
z
private final float
e
xDist
field_12255
offsetX
private final float
f
yDist
field_12252
offsetY
private final float
g
zDist
field_12251
offsetZ
private final float
h
maxSpeed
field_12260
speed
private final int
i
count
field_12253
count
private final boolean
j
overrideLimiter
field_12254
longDistance
private final ParticleOptions
k
particle
field_12259
parameters

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)
private (RegistryFriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
private void
a(xg arg0)
write(RegistryFriendlyByteBuf arg0)
method_55885(class_9129 arg0)
write(RegistryByteBuf buf)
public PacketType<ClientboundLevelParticlesPacket>
a()
type()
method_55846()
getPacketId()
public void
a(acr arg0)
handle(ClientGamePacketListener arg0)
method_11553(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public boolean
b()
isOverrideLimiter()
method_11552()
isLongDistance()
public double
e()
getX()
method_11544()
getX()
public double
f()
getY()
method_11547()
getY()
public double
g()
getZ()
method_11546()
getZ()
public float
h()
getXDist()
method_11548()
getOffsetX()
public float
i()
getYDist()
method_11549()
getOffsetY()
public float
j()
getZDist()
method_11550()
getOffsetZ()
public float
k()
getMaxSpeed()
method_11543()
getSpeed()
public int
l()
getCount()
method_11545()
getCount()
public ParticleOptions
m()
getParticle()
method_11551()
getParameters()