Enum Class Leaf.Key

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

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

    • PARALLEL_WORLD_TRACING_ENABLED

      public static final Leaf.Key PARALLEL_WORLD_TRACING_ENABLED
  • Method Details

    • values

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