net.minecraft.network.packet.s2c.play

public class ParticleS2CPacket

implements Packet<ClientPlayPacketHandler>

jg
net.minecraft.unmapped.C_53729405
net.minecraft.network.packet.s2c.play.ParticleS2CPacket

Field summary

Modifier and TypeField
private ParticleType
a
f_32153163
type
private float
b
f_42214062
x
private float
c
f_87521126
y
private float
d
f_99108076
z
private float
e
f_50596803
velocityX
private float
f
f_65237400
velocityY
private float
g
f_37917511
velocityZ
private float
h
f_86329920
velocityScale
private int
i
f_34191560
count
private boolean
j
f_72666193
ignoreDistance
private int[]
k
f_12186173
parameters

Constructor summary

ModifierConstructor
public ()
public (ParticleType type, boolean ignoreDistance, float x, float y, float z, float velocityX, float velocityY, float velocityZ, float velocityScale, int count, int... parameters)

Method summary

Modifier and TypeMethod
public void
a(gy arg0)
m_13296744(C_04635774 arg0)
read(PacketByteBuf arg0)
public void
b(gy arg0)
m_17566769(C_04635774 arg0)
write(PacketByteBuf arg0)
public void
a(hw arg0)
m_27058475(C_23730550 arg0)
handle(ClientPlayPacketHandler handler)
public ParticleType
a()
m_29070241()
getType()
public boolean
b()
m_10709797()
getIgnoreDistance()
public double
c()
m_32197419()
getX()
public double
d()
m_60845022()
getY()
public double
e()
m_76411559()
getZ()
public float
f()
m_65511338()
getVelocityX()
public float
g()
m_45479435()
getVelocityY()
public float
h()
m_70106288()
getVelocityZ()
public float
i()
m_49527934()
getVelocityScale()
public int
j()
m_40963644()
getCount()
public int[]
k()
m_98950217()
getParameters()