Package org.bukkit

Enum Class BanList.Type

java.lang.Object
java.lang.Enum<BanList.Type>
org.bukkit.BanList.Type
All Implemented Interfaces:
Serializable, Comparable<BanList.Type>, Constable
Enclosing interface:
BanList<T>

@Deprecated public static enum BanList.Type extends Enum<BanList.Type>
Deprecated.
use BanListType to enforce the correct return value at compile time.
Represents a ban-type that a BanList may track.
  • Enum Constant Details

    • NAME

      @Deprecated public static final BanList.Type NAME
      Deprecated.
      deprecated in favor of PROFILE
      Banned player names
    • IP

      public static final BanList.Type IP
      Deprecated.
      Banned IP addresses
    • PROFILE

      public static final BanList.Type PROFILE
      Deprecated.
      Banned player profiles
  • Method Details

    • values

      public static BanList.Type[] values()
      Deprecated.
      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 BanList.Type valueOf(String name)
      Deprecated.
      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