Enum Class PlayerState

java.lang.Object
java.lang.Enum<PlayerState>
wtf.nucker.kitpvpplus.api.objects.PlayerState
All Implemented Interfaces:
Serializable, Comparable<PlayerState>, Constable

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

    • SPAWN

      public static final PlayerState SPAWN
      The player is at spawn
    • ARENA

      public static final PlayerState ARENA
      The player is in the arena
    • PROTECTED

      public static final PlayerState PROTECTED
      Deprecated.
      NOT FULLY IMPLEMENTED The player is in a protected region
  • Method Details

    • values

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