Interface PlayerMovementPacketView

All Superinterfaces:
PacketView

public interface PlayerMovementPacketView extends PacketView
Zero-copy view shared by serverbound player movement packet shapes.
  • Method Details

    • x

      double x()
    • y

      double y()
    • z

      double z()
    • hasRotation

      boolean hasRotation()
    • yaw

      float yaw()
    • pitch

      float pitch()
    • onGround

      boolean onGround()
    • hasHorizontalCollision

      boolean hasHorizontalCollision()
    • horizontalCollision

      boolean horizontalCollision()