Enum Class World.Flag

java.lang.Object
java.lang.Enum<World.Flag>
org.rspeer.game.adapter.component.World.Flag
All Implemented Interfaces:
Serializable, Comparable<World.Flag>, Constable
Enclosing class:
World

public static enum World.Flag extends Enum<World.Flag>
  • Enum Constant Details

    • MEMBERS

      public static final World.Flag MEMBERS
    • PVP

      public static final World.Flag PVP
    • BOUNTY

      public static final World.Flag BOUNTY
    • PVP_ARENA

      public static final World.Flag PVP_ARENA
    • SKILL_TOTAL

      public static final World.Flag SKILL_TOTAL
    • SPEEDRUN

      public static final World.Flag SPEEDRUN
    • HIGH_RISK

      public static final World.Flag HIGH_RISK
    • LAST_MAN_STANDING

      public static final World.Flag LAST_MAN_STANDING
    • SECRET

      public static final World.Flag SECRET
    • BETA

      public static final World.Flag BETA
    • BETA_SAVELESS

      public static final World.Flag BETA_SAVELESS
    • TOURNAMENT

      public static final World.Flag TOURNAMENT
    • FRESH_START

      public static final World.Flag FRESH_START
    • DEADMAN

      public static final World.Flag DEADMAN
    • SEASONAL

      public static final World.Flag SEASONAL
  • Method Details

    • values

      public static World.Flag[] 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 World.Flag 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