Interface PaddleBoatPacketView

All Superinterfaces:
PacketView

public interface PaddleBoatPacketView extends PacketView
Read-only view of serverbound boat paddle state.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     

    Methods inherited from interface devs.beer.nativepackets.api.PacketView

    isModified, nativeHandle, type
  • Method Details

    • left

      boolean left()
    • right

      boolean right()