net.minecraft.network.packet.s2c.play

public class EntityMoveS2CPacket

implements Packet<ClientPlayPacketHandler>

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

Field summary

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

Constructor summary

ModifierConstructor
public ()
public (int id)

Method summary

Modifier and TypeMethod
public void
a(gy arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
public void
b(gy arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public void
a(hw arg0)
method_7807(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
func_148833_a(INetHandlerPlayClient arg0)
processPacket(INetHandlerPlayClient handler)
public Entity
a(amu arg0)
method_7806(class_1150 arg0)
getEntity(World world)
func_149065_a(World arg0)
getEntity(World worldIn)
public int
a()
method_7808()
getDx()
func_186952_a()
getX()
public int
b()
method_7809()
getDy()
func_186953_b()
getY()
public int
c()
method_7810()
getDz()
func_186951_c()
getZ()
public byte
d()
method_7811()
getYaw()
func_149066_f()
getYaw()
public byte
e()
method_7812()
getPitch()
func_149063_g()
getPitch()
public boolean
f()
method_7813()
hasAngles()
func_149060_h()
isRotating()
public boolean
g()
method_10668()
getOnGround()
func_179742_g()
getOnGround()