net.minecraft.network.packet.s2c.play

public class EntityMoveS2CPacket

implements Packet<ClientPlayPacketHandler>

hb
net.minecraft.unmapped.C_48216712
net.minecraft.network.packet.s2c.play.EntityMoveS2CPacket

Field summary

Modifier and TypeField
protected int
a
f_07982948
id
protected int
b
f_97618032
dx
protected int
c
f_41977547
dy
protected int
d
f_94944364
dz
protected byte
e
f_66607760
yaw
protected byte
f
f_14838797
pitch
protected boolean
g
f_86989131
onGround
protected boolean
h
f_16294085
hasAngles

Constructor summary

ModifierConstructor
public ()
public (int id)

Method summary

Modifier and TypeMethod
public void
a(et arg0)
m_13296744(C_04635774 arg0)
read(PacketByteBuf arg0)
public void
b(et arg0)
m_17566769(C_04635774 arg0)
write(PacketByteBuf arg0)
public void
a(fp arg0)
m_53420288(C_23730550 arg0)
handle(ClientPlayPacketHandler handler)
public Entity
a(ajs arg0)
m_48502660(C_64041439 arg0)
getEntity(World world)
public int
a()
m_97524296()
getDx()
public int
b()
m_15313427()
getDy()
public int
c()
m_63606362()
getDz()
public byte
d()
m_00355134()
getYaw()
public byte
e()
m_41040894()
getPitch()
public boolean
f()
m_73917324()
hasAngles()
public boolean
g()
m_58256953()
getOnGround()