Enum Class BoardObjective

java.lang.Object
java.lang.Enum<BoardObjective>
xericker.arenalegends.core.board.handler.team.BoardObjective
All Implemented Interfaces:
Serializable, Comparable<BoardObjective>, Constable

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

  • Field Details

    • displaySlot

      public final org.bukkit.scoreboard.DisplaySlot displaySlot
    • criteria

      public final org.bukkit.scoreboard.Criteria criteria
    • string

      public final String string
  • Method Details

    • values

      public static BoardObjective[] 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 BoardObjective 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