net.minecraft.network.protocol.game

public abstract class ClientboundMoveEntityPacket

implements Packet<ClientGamePacketListener>

ado
net.minecraft.network.protocol.game.ClientboundMoveEntityPacket
net.minecraft.class_2684
net.minecraft.unmapped.C_mblcabfe
net.minecraft.network.packet.s2c.play.EntityS2CPacket
net.minecraft.network.packet.s2c.play.EntityUpdateS2CPacket

Field summary

Modifier and TypeField
protected final int
a
entityId
field_12310
f_olvrvtmu
id
id
protected final short
b
xa
field_12309
f_rgkeklhr
deltaX
deltaX
protected final short
c
ya
field_12308
f_fbrtsoch
deltaY
deltaY
protected final short
d
za
field_12307
f_zpleugxy
deltaZ
deltaZ
protected final byte
e
yRot
field_12312
f_dtyibtwc
yaw
yaw
protected final byte
f
xRot
field_12311
f_orufdrgj
pitch
pitch
protected final boolean
g
onGround
field_12306
f_odpcrsgr
onGround
onGround
protected final boolean
h
hasRot
field_12305
f_xebsureq
rotate
rotate
protected final boolean
i
hasPos
field_20849
f_qlmksmtw
positionChanged
positionChanged

Constructor summary

ModifierConstructor
protected (int entityId, short deltaX, short deltaY, short deltaZ, byte yaw, byte pitch, boolean onGround, boolean rotate, boolean positionChanged)

Method summary

Modifier and TypeMethod
public abstract PacketType<? extends ClientboundMoveEntityPacket>
a()
type()
method_65080()
m_bbocywrf()
getPacketType()
getType()
public void
a(abu arg0)
handle(ClientGamePacketListener arg0)
method_11651(class_2602 arg0)
m_yrjttfcv(C_rbfddnlp arg0)
apply(ClientPlayPacketListener arg0)
apply(ClientPlayPacketListener arg0)
public Entity
a(dja arg0)
getEntity(Level arg0)
method_11645(class_1937 arg0)
m_lnyuyszh(C_cdctfzbn arg0)
getEntity(World world)
getEntity(World world)
public short
b()
getXa()
method_36150()
m_srkjtjgk()
getDeltaX()
getDeltaX()
public short
e()
getYa()
method_36151()
m_gdgixcqg()
getDeltaY()
getDeltaY()
public short
f()
getZa()
method_36152()
m_qkmjaxyn()
getDeltaZ()
getDeltaZ()
public float
g()
getYRot()
method_11649()
m_msmkcxkh()
getYaw()
public float
h()
getXRot()
method_11650()
m_yticlavt()
getPitch()
public boolean
i()
hasRotation()
method_11652()
m_ebvyefeb()
hasRotation()
hasRotation()
public boolean
j()
hasPosition()
method_22826()
m_vukwqeza()
isPositionChanged()
isPositionChanged()
public boolean
k()
isOnGround()
method_11653()
m_dltyxzmo()
isOnGround()
isOnGround()