Enum Class Bukkit.Key

java.lang.Object
java.lang.Enum<Bukkit.Key>
net.lewmc.kryptonite.kos.config.Bukkit.Key
All Implemented Interfaces:
Serializable, Comparable<Bukkit.Key>, Constable
Enclosing class:
Bukkit

public static enum Bukkit.Key extends Enum<Bukkit.Key>
Configuration values supported by this format.
  • Enum Constant Details

    • SPAWN_LIMITS_MONSTERS

      public static final Bukkit.Key SPAWN_LIMITS_MONSTERS
    • SPAWN_LIMITS_ANIMALS

      public static final Bukkit.Key SPAWN_LIMITS_ANIMALS
    • SPAWN_LIMITS_WATER_ANIMALS

      public static final Bukkit.Key SPAWN_LIMITS_WATER_ANIMALS
    • SPAWN_LIMITS_WATER_AMBIENT

      public static final Bukkit.Key SPAWN_LIMITS_WATER_AMBIENT
    • SPAWN_LIMITS_WATER_UNDERGROUND_CREATURE

      public static final Bukkit.Key SPAWN_LIMITS_WATER_UNDERGROUND_CREATURE
    • SPAWN_LIMITS_AXOLOTLS

      public static final Bukkit.Key SPAWN_LIMITS_AXOLOTLS
    • SPAWN_LIMITS_AMBIENT

      public static final Bukkit.Key SPAWN_LIMITS_AMBIENT
    • TICKS_PER_MONSTER_SPAWNS

      public static final Bukkit.Key TICKS_PER_MONSTER_SPAWNS
    • TICKS_PER_ANIMAL_SPAWNS

      public static final Bukkit.Key TICKS_PER_ANIMAL_SPAWNS
    • TICKS_PER_WATER_SPAWNS

      public static final Bukkit.Key TICKS_PER_WATER_SPAWNS
    • TICKS_PER_WATER_AMBIENT_SPAWNS

      public static final Bukkit.Key TICKS_PER_WATER_AMBIENT_SPAWNS
    • TICKS_PER_WATER_UNDERGROUND_CREATURE_SPAWNS

      public static final Bukkit.Key TICKS_PER_WATER_UNDERGROUND_CREATURE_SPAWNS
    • TICKS_PER_AXOLOTL_SPAWNS

      public static final Bukkit.Key TICKS_PER_AXOLOTL_SPAWNS
    • TICKS_PER_AMBIENT_SPAWNS

      public static final Bukkit.Key TICKS_PER_AMBIENT_SPAWNS
    • CHUNK_GC_PERIOD_IN_TICKS

      public static final Bukkit.Key CHUNK_GC_PERIOD_IN_TICKS
  • Method Details

    • values

      public static Bukkit.Key[] 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 Bukkit.Key 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