Enum Class SailingTab

java.lang.Object
java.lang.Enum<SailingTab>
net.storm.api.movement.pathfinder.model.sailing.SailingTab
All Implemented Interfaces:
Serializable, Comparable<SailingTab>, Constable

public enum SailingTab extends Enum<SailingTab>
  • Enum Constant Details

    • FACILITIES

      public static final SailingTab FACILITIES
    • STATS

      public static final SailingTab STATS
    • CREWMATES

      public static final SailingTab CREWMATES
  • Method Details

    • values

      public static SailingTab[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SailingTab valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • open

      public void open()
    • isOpen

      public boolean isOpen()
    • sidePanelVisible

      public static boolean sidePanelVisible()