public class BoatMeta extends AbstractVehicleMeta
  • Constructor Details

    • BoatMeta

      public BoatMeta(@NotNull @NotNull Entity entity, @NotNull @NotNull MetadataHolder metadata)
  • Method Details

    • getType

      @NotNull public @NotNull BoatMeta.Type getType()
    • setType

      public void setType(@NotNull @NotNull BoatMeta.Type value)
    • isLeftPaddleTurning

      public boolean isLeftPaddleTurning()
    • setLeftPaddleTurning

      public void setLeftPaddleTurning(boolean value)
    • isRightPaddleTurning

      public boolean isRightPaddleTurning()
    • setRightPaddleTurning

      public void setRightPaddleTurning(boolean value)
    • getSplashTimer

      public int getSplashTimer()
    • setSplashTimer

      public void setSplashTimer(int value)