Package net.minecraft

Enum Class class_11108

java.lang.Object
java.lang.Enum<class_11108>
net.minecraft.class_11108
All Implemented Interfaces:
Serializable, Comparable<class_11108>, Constable

public enum class_11108 extends Enum<class_11108>
Mappings:
Namespace Name
named net/minecraft/class_11108
intermediary net/minecraft/class_11108
official fbz
  • Enum Constant Details

    • NEVER_UNLOCKED

      public static final class_11108 NEVER_UNLOCKED
      Mappings:
      Namespace Name Mixin selector
      named NEVER_UNLOCKED Lnet/minecraft/class_11108;NEVER_UNLOCKED:Lnet/minecraft/class_11108;
      intermediary field_59132 Lnet/minecraft/class_11108;field_59132:Lnet/minecraft/class_11108;
      official a Lfbz;a:Lfbz;
    • ALWAYS_UNLOCKED

      public static final class_11108 ALWAYS_UNLOCKED
      Mappings:
      Namespace Name Mixin selector
      named ALWAYS_UNLOCKED Lnet/minecraft/class_11108;ALWAYS_UNLOCKED:Lnet/minecraft/class_11108;
      intermediary field_59133 Lnet/minecraft/class_11108;field_59133:Lnet/minecraft/class_11108;
      official b Lfbz;b:Lfbz;
    • UNLOCKED_BY_CONDITION

      public static final class_11108 UNLOCKED_BY_CONDITION
      Mappings:
      Namespace Name Mixin selector
      named UNLOCKED_BY_CONDITION Lnet/minecraft/class_11108;UNLOCKED_BY_CONDITION:Lnet/minecraft/class_11108;
      intermediary field_59134 Lnet/minecraft/class_11108;field_59134:Lnet/minecraft/class_11108;
      official c Lfbz;c:Lfbz;
    • UNLOCKED_ON_WIN

      public static final class_11108 UNLOCKED_ON_WIN
      Mappings:
      Namespace Name Mixin selector
      named UNLOCKED_ON_WIN Lnet/minecraft/class_11108;UNLOCKED_ON_WIN:Lnet/minecraft/class_11108;
      intermediary field_59135 Lnet/minecraft/class_11108;field_59135:Lnet/minecraft/class_11108;
      official d Lfbz;d:Lfbz;
  • Constructor Details

    • class_11108

      private class_11108()
  • Method Details

    • values

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