Package net.minecraft

Enum Class class_7638.class_7639

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

public static enum class_7638.class_7639 extends Enum<class_7638.class_7639>
Mappings:
Namespace Name
official rv$a
intermediary net/minecraft/class_7638$class_7639
named net/minecraft/class_7638$class_7639
  • Enum Constant Details

    • OUT_OF_ORDER

      public static final class_7638.class_7639 OUT_OF_ORDER
      Mappings:
      Namespace Name Mixin selector
      official a Lrv$a;a:Lrv$a;
      intermediary field_39891 Lnet/minecraft/class_7638$class_7639;field_39891:Lnet/minecraft/class_7638$class_7639;
      named OUT_OF_ORDER Lnet/minecraft/class_7638$class_7639;OUT_OF_ORDER:Lnet/minecraft/class_7638$class_7639;
    • DUPLICATED_PROFILES

      public static final class_7638.class_7639 DUPLICATED_PROFILES
      Mappings:
      Namespace Name Mixin selector
      official b Lrv$a;b:Lrv$a;
      intermediary field_39892 Lnet/minecraft/class_7638$class_7639;field_39892:Lnet/minecraft/class_7638$class_7639;
      named DUPLICATED_PROFILES Lnet/minecraft/class_7638$class_7639;DUPLICATED_PROFILES:Lnet/minecraft/class_7638$class_7639;
    • UNKNOWN_MESSAGES

      public static final class_7638.class_7639 UNKNOWN_MESSAGES
      Mappings:
      Namespace Name Mixin selector
      official c Lrv$a;c:Lrv$a;
      intermediary field_39893 Lnet/minecraft/class_7638$class_7639;field_39893:Lnet/minecraft/class_7638$class_7639;
      named UNKNOWN_MESSAGES Lnet/minecraft/class_7638$class_7639;UNKNOWN_MESSAGES:Lnet/minecraft/class_7638$class_7639;
    • REMOVED_MESSAGES

      public static final class_7638.class_7639 REMOVED_MESSAGES
      Mappings:
      Namespace Name Mixin selector
      official d Lrv$a;d:Lrv$a;
      intermediary field_39894 Lnet/minecraft/class_7638$class_7639;field_39894:Lnet/minecraft/class_7638$class_7639;
      named REMOVED_MESSAGES Lnet/minecraft/class_7638$class_7639;REMOVED_MESSAGES:Lnet/minecraft/class_7638$class_7639;
  • Field Details

    • field_39895

      private final String field_39895
      Mappings:
      Namespace Name Mixin selector
      official e Lrv$a;e:Ljava/lang/String;
      intermediary field_39895 Lnet/minecraft/class_7638$class_7639;field_39895:Ljava/lang/String;
      named field_39895 Lnet/minecraft/class_7638$class_7639;field_39895:Ljava/lang/String;
  • Constructor Details

    • class_7639

      private class_7639(String string)
  • Method Details

    • values

      public static class_7638.class_7639[] 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_7638.class_7639 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
    • method_44992

      public String method_44992()
      Mappings:
      Namespace Name Mixin selector
      official a Lrv$a;a()Ljava/lang/String;
      intermediary method_44992 Lnet/minecraft/class_7638$class_7639;method_44992()Ljava/lang/String;
      named method_44992 Lnet/minecraft/class_7638$class_7639;method_44992()Ljava/lang/String;