net.minecraft.network.protocol.game

public abstract class ClientboundMoveEntityPacket

implements Packet<ClientGamePacketListener>

aed
net.minecraft.network.protocol.game.ClientboundMoveEntityPacket
net.minecraft.class_2684

Field summary

Modifier and TypeField
protected final int
a
entityId
field_12310
protected final short
b
xa
field_12309
protected final short
c
ya
field_12308
protected final short
d
za
field_12307
protected final byte
e
yRot
field_12312
protected final byte
f
xRot
field_12311
protected final boolean
g
onGround
field_12306
protected final boolean
h
hasRot
field_12305
protected final boolean
i
hasPos
field_20849

Constructor summary

ModifierConstructor
protected (int arg0, short arg1, short arg2, short arg3, byte arg4, byte arg5, boolean arg6, boolean arg7, boolean arg8)

Method summary

Modifier and TypeMethod
public abstract PacketType<? extends ClientboundMoveEntityPacket>
a()
type()
method_65080()
public void
a(acj arg0)
handle(ClientGamePacketListener arg0)
method_11651(class_2602 arg0)
public Entity
a(dkz arg0)
getEntity(Level arg0)
method_11645(class_1937 arg0)
public short
b()
getXa()
method_36150()
public short
e()
getYa()
method_36151()
public short
f()
getZa()
method_36152()
public float
g()
getYRot()
method_11649()
public float
h()
getXRot()
method_11650()
public boolean
i()
hasRotation()
method_11652()
public boolean
j()
hasPosition()
method_22826()
public boolean
k()
isOnGround()
method_11653()