Enum Class Purpur.Key

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

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

    • USE_ALTERNATE_KEEPALIVE Link icon

      public static final Purpur.Key USE_ALTERNATE_KEEPALIVE
    • ZOMBIE_AGGRESSIVE_TOWARDS_VILLAGER_WHEN_LAGGING Link icon

      public static final Purpur.Key ZOMBIE_AGGRESSIVE_TOWARDS_VILLAGER_WHEN_LAGGING
    • ENTITIES_CAN_USE_PORTALS Link icon

      public static final Purpur.Key ENTITIES_CAN_USE_PORTALS
    • VILLAGER_IS_LOBOTOMIZED Link icon

      public static final Purpur.Key VILLAGER_IS_LOBOTOMIZED
    • VILLAGER_SEARCH_RADIUS_ACQUIRE_POI Link icon

      public static final Purpur.Key VILLAGER_SEARCH_RADIUS_ACQUIRE_POI
    • VILLAGER_SEARCH_RADIUS_NEAREST_BED_SENSOR Link icon

      public static final Purpur.Key VILLAGER_SEARCH_RADIUS_NEAREST_BED_SENSOR
    • DOLPHIN_DISABLE_TREASURE_SEARCHING Link icon

      public static final Purpur.Key DOLPHIN_DISABLE_TREASURE_SEARCHING
    • TELEPORT_IF_OUTSIDE_BORDER Link icon

      public static final Purpur.Key TELEPORT_IF_OUTSIDE_BORDER
    • LAGGING_THRESHOLD Link icon

      public static final Purpur.Key LAGGING_THRESHOLD
  • Method Details Link icon

    • values Link icon

      public static Purpur.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 Link icon

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