Enum Class UnlockMode

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

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

    • NEVER_UNLOCKED

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

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

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

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

    • UnlockMode

      private UnlockMode()
  • Method Details

    • values

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