Class ServerboundMovePlayerPacket.PosRot
java.lang.Object
net.minecraft.network.protocol.game.ServerboundMovePlayerPacket
net.minecraft.network.protocol.game.ServerboundMovePlayerPacket.PosRot
- All Implemented Interfaces:
Packet<ServerGamePacketListener>
- Enclosing class:
ServerboundMovePlayerPacket
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.network.protocol.game.ServerboundMovePlayerPacket
ServerboundMovePlayerPacket.Pos, ServerboundMovePlayerPacket.PosRot, ServerboundMovePlayerPacket.Rot, ServerboundMovePlayerPacket.StatusOnly
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StreamCodec
<FriendlyByteBuf, ServerboundMovePlayerPacket.PosRot> -
Constructor Summary
ConstructorsConstructorDescriptionPosRot
(double pX, double pY, double pZ, float pYRot, float pXRot, boolean pOnGround) -
Method Summary
Modifier and TypeMethodDescriptionprivate static ServerboundMovePlayerPacket.PosRot
read
(FriendlyByteBuf p_179688_) type()
private void
write
(FriendlyByteBuf p_134173_) Writes the raw packet data to the data stream.Methods inherited from class net.minecraft.network.protocol.game.ServerboundMovePlayerPacket
getX, getXRot, getY, getYRot, getZ, handle, hasPosition, hasRotation, isOnGround
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
Field Details
-
STREAM_CODEC
-
-
Constructor Details
-
PosRot
public PosRot(double pX, double pY, double pZ, float pYRot, float pXRot, boolean pOnGround)
-
-
Method Details
-
read
-
write
Writes the raw packet data to the data stream. -
type
- Specified by:
type
in interfacePacket<ServerGamePacketListener>
- Specified by:
type
in classServerboundMovePlayerPacket
-