Enum Class BackpackMode

java.lang.Object
java.lang.Enum<BackpackMode>
com.hammy275.immersivemc.common.config.BackpackMode
All Implemented Interfaces:
Serializable, Comparable<BackpackMode>, Constable

public enum BackpackMode extends Enum<BackpackMode>
  • Enum Constant Details

    • BUNDLE

      public static final BackpackMode BUNDLE
    • BUNDLE_COLORABLE

      public static final BackpackMode BUNDLE_COLORABLE
    • ORIGINAL

      public static final BackpackMode ORIGINAL
    • ORIGINAL_LOW_DETAIL

      public static final BackpackMode ORIGINAL_LOW_DETAIL
  • Field Details

    • colorable

      public final boolean colorable
  • Method Details

    • values

      public static BackpackMode[] 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 BackpackMode 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