Interface PlayerLookPacketView

All Superinterfaces:
PacketView

public interface PlayerLookPacketView extends PacketView
Read-only primitive view of a rotation-only serverbound movement packet.
  • Method Details

    • yaw

      float yaw()
    • pitch

      float pitch()
    • onGround

      boolean onGround()