Class ServerboundMovePlayerPacket

java.lang.Object
net.minecraft.network.protocol.game.ServerboundMovePlayerPacket
All Implemented Interfaces:
Packet<ServerGamePacketListener>
Direct Known Subclasses:
ServerboundMovePlayerPacket.Pos, ServerboundMovePlayerPacket.PosRot, ServerboundMovePlayerPacket.Rot, ServerboundMovePlayerPacket.StatusOnly

public abstract class ServerboundMovePlayerPacket extends Object implements Packet<ServerGamePacketListener>
  • Field Details Link icon

    • x Link icon

      protected final double x
    • y Link icon

      protected final double y
    • z Link icon

      protected final double z
    • yRot Link icon

      protected final float yRot
    • xRot Link icon

      protected final float xRot
    • onGround Link icon

      protected final boolean onGround
    • hasPos Link icon

      protected final boolean hasPos
    • hasRot Link icon

      protected final boolean hasRot
  • Constructor Details Link icon

    • ServerboundMovePlayerPacket Link icon

      protected ServerboundMovePlayerPacket(double p_179675_, double p_179676_, double p_179677_, float p_179678_, float p_179679_, boolean p_179680_, boolean p_179681_, boolean p_179682_)
  • Method Details Link icon