net.minecraft.network.protocol.game

public class ClientboundLevelParticlesPacket

implements Packet<ClientGamePacketListener>

adw
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

字段概要

修饰符与类型字段
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundLevelParticlesPacket>
a
STREAM_CODEC
field_47935
CODEC
f_316628_
private final double
b
x
field_12258
x
f_132280_
private final double
c
y
field_12257
y
f_132281_
private final double
d
z
field_12256
z
f_132282_
private final float
e
xDist
field_12255
offsetX
f_132283_
private final float
f
yDist
field_12252
offsetY
f_132284_
private final float
g
zDist
field_12251
offsetZ
f_132285_
private final float
h
maxSpeed
field_12260
speed
f_132286_
private final int
i
count
field_12253
count
f_132287_
private final boolean
j
overrideLimiter
field_12254
longDistance
f_132288_
private final ParticleOptions
k
particle
field_12259
parameters
f_132289_

构造函数概要

修饰符构造函数
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)

方法概要

修饰符与类型方法
private void
a(xa arg0)
write(RegistryFriendlyByteBuf arg0)
method_55885(class_9129 arg0)
write(RegistryByteBuf buf)
m_132312_(C_313350_ arg0)
public PacketType<ClientboundLevelParticlesPacket>
a()
type()
method_55846()
getPacketId()
m_5779_()
public void
a(aci arg0)
handle(ClientGamePacketListener arg0)
method_11553(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public boolean
b()
isOverrideLimiter()
method_11552()
isLongDistance()
m_132311_()
public double
e()
getX()
method_11544()
getX()
m_132314_()
public double
f()
getY()
method_11547()
getY()
m_132315_()
public double
g()
getZ()
method_11546()
getZ()
m_132316_()
public float
h()
getXDist()
method_11548()
getOffsetX()
m_132317_()
public float
i()
getYDist()
method_11549()
getOffsetY()
m_132318_()
public float
j()
getZDist()
method_11550()
getOffsetZ()
m_132319_()
public float
k()
getMaxSpeed()
method_11543()
getSpeed()
m_132320_()
public int
l()
getCount()
method_11545()
getCount()
m_132321_()
public ParticleOptions
m()
getParticle()
method_11551()
getParameters()
m_132322_()