Class ClientboundMoveEntityPacket.Pos
java.lang.Object
net.minecraft.network.protocol.game.ClientboundMoveEntityPacket
net.minecraft.network.protocol.game.ClientboundMoveEntityPacket.Pos
- 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
FieldsModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, ClientboundMoveEntityPacket.Pos> -
Constructor Summary
ConstructorsConstructorDescriptionPos(int p_132539_, short p_132540_, short p_132541_, short p_132542_, boolean p_132543_) -
Method Summary
Modifier and TypeMethodDescriptionprivate static ClientboundMoveEntityPacket.Posread(FriendlyByteBuf p_179001_) type()private voidwrite(FriendlyByteBuf p_132549_) Methods inherited from class net.minecraft.network.protocol.game.ClientboundMoveEntityPacket
getEntity, getXa, getxRot, getYa, getyRot, getZa, handle, hasPosition, hasRotation, isOnGround, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
Field Details
-
STREAM_CODEC
-
-
Constructor Details
-
Pos
public Pos(int p_132539_, short p_132540_, short p_132541_, short p_132542_, boolean p_132543_)
-
-
Method Details
-
read
-
write
-
type
- Specified by:
typein interfacePacket<ClientGamePacketListener>- Specified by:
typein classClientboundMoveEntityPacket
-