Interface PaddleBoatPacketView

All Superinterfaces:
PacketView

public interface PaddleBoatPacketView extends PacketView
Copy-on-write view of serverbound boat paddle state.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    left(boolean left)
    Changes whether the left paddle is active.
    boolean
     
    void
    right(boolean right)
    Changes whether the right paddle is active.

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

    isModified, nativeHandle, type
  • Method Details

    • left

      boolean left()
    • left

      void left(boolean left)
      Changes whether the left paddle is active.
    • right

      boolean right()
    • right

      void right(boolean right)
      Changes whether the right paddle is active.