Enum Class RandomizationMode

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

public enum RandomizationMode extends Enum<RandomizationMode>
Mappings:
Namespace Name
named net/minecraft/aprilfools/RandomizationMode
intermediary net/minecraft/class_11104
official fbw
  • Enum Constant Details

    • NEVER

      public static final RandomizationMode NEVER
      Mappings:
      Namespace Name Mixin selector
      named NEVER Lnet/minecraft/aprilfools/RandomizationMode;NEVER:Lnet/minecraft/aprilfools/RandomizationMode;
      intermediary field_59109 Lnet/minecraft/class_11104;field_59109:Lnet/minecraft/class_11104;
      official a Lfbw;a:Lfbw;
    • WHEN_UNLOCKABLE

      public static final RandomizationMode WHEN_UNLOCKABLE
      Mappings:
      Namespace Name Mixin selector
      named WHEN_UNLOCKABLE Lnet/minecraft/aprilfools/RandomizationMode;WHEN_UNLOCKABLE:Lnet/minecraft/aprilfools/RandomizationMode;
      intermediary field_59110 Lnet/minecraft/class_11104;field_59110:Lnet/minecraft/class_11104;
      official b Lfbw;b:Lfbw;
    • WHEN_UNLOCKED

      public static final RandomizationMode WHEN_UNLOCKED
      Mappings:
      Namespace Name Mixin selector
      named WHEN_UNLOCKED Lnet/minecraft/aprilfools/RandomizationMode;WHEN_UNLOCKED:Lnet/minecraft/aprilfools/RandomizationMode;
      intermediary field_59111 Lnet/minecraft/class_11104;field_59111:Lnet/minecraft/class_11104;
      official c Lfbw;c:Lfbw;
  • Constructor Details

    • RandomizationMode

      private RandomizationMode()
  • Method Details

    • values

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