Package net.minecraft

Enum Class class_8647.class_8649

java.lang.Object
java.lang.Enum<class_8647.class_8649>
net.minecraft.class_8647.class_8649
All Implemented Interfaces:
Serializable, Comparable<class_8647.class_8649>, Constable
Enclosing class:
class_8647

@Environment(CLIENT) public static enum class_8647.class_8649 extends Enum<class_8647.class_8649>
Mappings:
Namespace Name
official elr$b
intermediary net/minecraft/class_8647$class_8649
named net/minecraft/class_8647$class_8649
  • Enum Constant Details

    • SUCCESS

      public static final class_8647.class_8649 SUCCESS
      Mappings:
      Namespace Name Mixin selector
      official a Lelr$b;a:Lelr$b;
      intermediary field_45185 Lnet/minecraft/class_8647$class_8649;field_45185:Lnet/minecraft/class_8647$class_8649;
      named SUCCESS Lnet/minecraft/class_8647$class_8649;SUCCESS:Lnet/minecraft/class_8647$class_8649;
    • INCOMPATIBLE_CLIENT

      public static final class_8647.class_8649 INCOMPATIBLE_CLIENT
      Mappings:
      Namespace Name Mixin selector
      official b Lelr$b;b:Lelr$b;
      intermediary field_45186 Lnet/minecraft/class_8647$class_8649;field_45186:Lnet/minecraft/class_8647$class_8649;
      named INCOMPATIBLE_CLIENT Lnet/minecraft/class_8647$class_8649;INCOMPATIBLE_CLIENT:Lnet/minecraft/class_8647$class_8649;
    • AUTHENTICATION_ERROR

      public static final class_8647.class_8649 AUTHENTICATION_ERROR
      Mappings:
      Namespace Name Mixin selector
      official d Lelr$b;d:Lelr$b;
      intermediary field_45188 Lnet/minecraft/class_8647$class_8649;field_45188:Lnet/minecraft/class_8647$class_8649;
      named AUTHENTICATION_ERROR Lnet/minecraft/class_8647$class_8649;AUTHENTICATION_ERROR:Lnet/minecraft/class_8647$class_8649;
    • UNEXPECTED_ERROR

      public static final class_8647.class_8649 UNEXPECTED_ERROR
      Mappings:
      Namespace Name Mixin selector
      official e Lelr$b;e:Lelr$b;
      intermediary field_45189 Lnet/minecraft/class_8647$class_8649;field_45189:Lnet/minecraft/class_8647$class_8649;
      named UNEXPECTED_ERROR Lnet/minecraft/class_8647$class_8649;UNEXPECTED_ERROR:Lnet/minecraft/class_8647$class_8649;
  • Constructor Details

    • class_8649

      private class_8649()
  • Method Details

    • values

      public static class_8647.class_8649[] 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_8647.class_8649 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