Enum Class Pufferfish.Key

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

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

    • MAX_LOADS_PER_PROJECTILE Link icon

      public static final Pufferfish.Key MAX_LOADS_PER_PROJECTILE
    • DAB_ENABLED Link icon

      public static final Pufferfish.Key DAB_ENABLED
    • DAB_MAX_TICK_FREQ Link icon

      public static final Pufferfish.Key DAB_MAX_TICK_FREQ
    • DAB_ACTIVATION_DIST_MOD Link icon

      public static final Pufferfish.Key DAB_ACTIVATION_DIST_MOD
    • ENABLE_ASYNC_MOB_SPAWNING Link icon

      public static final Pufferfish.Key ENABLE_ASYNC_MOB_SPAWNING
    • ENABLE_SUFFOCATION_OPTIMIZATION Link icon

      public static final Pufferfish.Key ENABLE_SUFFOCATION_OPTIMIZATION
    • INACTIVE_GOAL_SELECTOR_THROTTLE Link icon

      public static final Pufferfish.Key INACTIVE_GOAL_SELECTOR_THROTTLE
    • DISABLE_METHOD_PROFILER Link icon

      public static final Pufferfish.Key DISABLE_METHOD_PROFILER
  • Method Details Link icon

    • values Link icon

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