Class ClientboundMoveEntityPacket.PosRot
java.lang.Object
net.minecraft.network.protocol.game.ClientboundMoveEntityPacket
net.minecraft.network.protocol.game.ClientboundMoveEntityPacket.PosRot
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
- Enclosing class:
ClientboundMoveEntityPacket
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.network.protocol.game.ClientboundMoveEntityPacket
ClientboundMoveEntityPacket.Pos, ClientboundMoveEntityPacket.PosRot, ClientboundMoveEntityPacket.Rot
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StreamCodec
<FriendlyByteBuf, ClientboundMoveEntityPacket.PosRot> -
Constructor Summary
ConstructorDescriptionPosRot
(int p_132552_, short p_132553_, short p_132554_, short p_132555_, byte p_132556_, byte p_132557_, boolean p_132558_) -
Method Summary
Modifier and TypeMethodDescriptionprivate static ClientboundMoveEntityPacket.PosRot
read
(FriendlyByteBuf p_179003_) type()
private void
write
(FriendlyByteBuf p_132564_) Methods inherited from class net.minecraft.network.protocol.game.ClientboundMoveEntityPacket
getEntity, getXa, getxRot, getYa, getyRot, getZa, handle, hasPosition, hasRotation, isOnGround, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
Field Details
-
STREAM_CODEC
-
-
Constructor Details
-
PosRot
public PosRot(int p_132552_, short p_132553_, short p_132554_, short p_132555_, byte p_132556_, byte p_132557_, boolean p_132558_)
-
-
Method Details
-
read
-
write
-
type
- Specified by:
type
in interfacePacket<ClientGamePacketListener>
- Specified by:
type
in classClientboundMoveEntityPacket
-