net.minecraft.network.packet.s2c.play

public class EntityMoveS2CPacket

implements Packet<ClientPlayPacketHandler>

gw
net.minecraft.class_2027
net.minecraft.network.packet.s2c.play.EntityMoveS2CPacket
net.minecraft.network.play.server.SPacketEntity

Field summary

Modifier and TypeField
protected int
a
field_8681
id
entityId
protected int
b
field_13775
dx
posX
protected int
c
field_13776
dy
posY
protected int
d
field_13777
dz
posZ
protected byte
e
field_8685
yaw
yaw
protected byte
f
field_8686
pitch
pitch
protected boolean
g
field_11623
onGround
onGround
protected boolean
h
field_8687
hasAngles
rotating

Constructor summary

ModifierConstructor
public ()
public (int id)

Method summary

Modifier and TypeMethod
public void
a(eo arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(eo arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fk arg0)
method_7807(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public Entity
a(aht arg0)
method_7806(class_1150 arg0)
getEntity(World world)
getEntity(World worldIn)
public int
a()
method_7808()
getDx()
getX()
public int
b()
method_7809()
getDy()
getY()
public int
c()
method_7810()
getDz()
getZ()
public byte
d()
method_7811()
getYaw()
getYaw()
public byte
e()
method_7812()
getPitch()
getPitch()
public boolean
f()
method_7813()
hasAngles()
isRotating()
public boolean
g()
method_10668()
getOnGround()
getOnGround()