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

    • MAX_LOADS_PER_PROJECTILE

      public static final Pufferfish.Key MAX_LOADS_PER_PROJECTILE
    • DAB_ENABLED

      public static final Pufferfish.Key DAB_ENABLED
    • DAB_MAX_TICK_FREQ

      public static final Pufferfish.Key DAB_MAX_TICK_FREQ
    • DAB_ACTIVATION_DIST_MOD

      public static final Pufferfish.Key DAB_ACTIVATION_DIST_MOD
    • ENABLE_ASYNC_MOB_SPAWNING

      public static final Pufferfish.Key ENABLE_ASYNC_MOB_SPAWNING
    • ENABLE_SUFFOCATION_OPTIMIZATION

      public static final Pufferfish.Key ENABLE_SUFFOCATION_OPTIMIZATION
    • INACTIVE_GOAL_SELECTOR_THROTTLE

      public static final Pufferfish.Key INACTIVE_GOAL_SELECTOR_THROTTLE
    • DISABLE_METHOD_PROFILER

      public static final Pufferfish.Key DISABLE_METHOD_PROFILER
  • Method Details

    • values

      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

      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