Enum Class Spigot.Key

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

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

    • VIEW_DISTANCE

      public static final Spigot.Key VIEW_DISTANCE
    • MOB_SPAWN_RANGE

      public static final Spigot.Key MOB_SPAWN_RANGE
    • ENTITY_ACTIVATION_RANGE_ANIMALS

      public static final Spigot.Key ENTITY_ACTIVATION_RANGE_ANIMALS
    • ENTITY_ACTIVATION_RANGE_MONSTERS

      public static final Spigot.Key ENTITY_ACTIVATION_RANGE_MONSTERS
    • ENTITY_ACTIVATION_RANGE_RAIDERS

      public static final Spigot.Key ENTITY_ACTIVATION_RANGE_RAIDERS
    • ENTITY_ACTIVATION_RANGE_MISC

      public static final Spigot.Key ENTITY_ACTIVATION_RANGE_MISC
    • ENTITY_ACTIVATION_RANGE_WATER

      public static final Spigot.Key ENTITY_ACTIVATION_RANGE_WATER
    • ENTITY_ACTIVATION_RANGE_VILLAGERS

      public static final Spigot.Key ENTITY_ACTIVATION_RANGE_VILLAGERS
    • ENTITY_ACTIVATION_RANGE_FLYING_MONSTERS

      public static final Spigot.Key ENTITY_ACTIVATION_RANGE_FLYING_MONSTERS
    • ENTITY_TRACKING_RANGE_PLAYERS

      public static final Spigot.Key ENTITY_TRACKING_RANGE_PLAYERS
    • ENTITY_TRACKING_RANGE_ANIMALS

      public static final Spigot.Key ENTITY_TRACKING_RANGE_ANIMALS
    • ENTITY_TRACKING_RANGE_MONSTERS

      public static final Spigot.Key ENTITY_TRACKING_RANGE_MONSTERS
    • ENTITY_TRACKING_RANGE_MISC

      public static final Spigot.Key ENTITY_TRACKING_RANGE_MISC
    • ENTITY_TRACKING_RANGE_OTHER

      public static final Spigot.Key ENTITY_TRACKING_RANGE_OTHER
    • ENTITY_TRACKING_RANGE_DISPLAY

      public static final Spigot.Key ENTITY_TRACKING_RANGE_DISPLAY
    • TICK_INACTIVE_VILLAGERS

      public static final Spigot.Key TICK_INACTIVE_VILLAGERS
    • NERF_SPAWNER_MOBS

      public static final Spigot.Key NERF_SPAWNER_MOBS
    • TICKS_PER_HOPPER_TRANSFER

      public static final Spigot.Key TICKS_PER_HOPPER_TRANSFER
    • TICKS_PER_HOPPER_CHECK

      public static final Spigot.Key TICKS_PER_HOPPER_CHECK
  • Method Details

    • values

      public static Spigot.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 Spigot.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