Enum Class class_1925

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

@Environment(CLIENT) public enum class_1925 extends Enum<class_1925>
Mappings:
Namespace Name
official daf
intermediary net/minecraft/class_1925
named net/minecraft/client/class_1925
  • Enum Constant Details

    • UNINITIALIZED

      public static final class_1925 UNINITIALIZED
      Mappings:
      Namespace Name Mixin selector
      official a Ldaf;a:Ldaf;
      intermediary field_8296 Lnet/minecraft/class_1925;field_8296:Lnet/minecraft/class_1925;
      named UNINITIALIZED Lnet/minecraft/client/class_1925;UNINITIALIZED:Lnet/minecraft/client/class_1925;
    • INITIALIZING

      public static final class_1925 INITIALIZING
      Mappings:
      Namespace Name Mixin selector
      official b Ldaf;b:Ldaf;
      intermediary field_11376 Lnet/minecraft/class_1925;field_11376:Lnet/minecraft/class_1925;
      named INITIALIZING Lnet/minecraft/client/class_1925;INITIALIZING:Lnet/minecraft/client/class_1925;
    • INITIALIZED

      public static final class_1925 INITIALIZED
      Mappings:
      Namespace Name Mixin selector
      official c Ldaf;c:Ldaf;
      intermediary field_8297 Lnet/minecraft/class_1925;field_8297:Lnet/minecraft/class_1925;
      named INITIALIZED Lnet/minecraft/client/class_1925;INITIALIZED:Lnet/minecraft/client/class_1925;
    • SHUTTING_DOWN

      public static final class_1925 SHUTTING_DOWN
      Mappings:
      Namespace Name Mixin selector
      official d Ldaf;d:Ldaf;
      intermediary field_11377 Lnet/minecraft/class_1925;field_11377:Lnet/minecraft/class_1925;
      named SHUTTING_DOWN Lnet/minecraft/client/class_1925;SHUTTING_DOWN:Lnet/minecraft/client/class_1925;
  • Constructor Details

    • class_1925

      private class_1925()
  • Method Details

    • values

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