Package net.minecraft

Enum Class class_3777

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

public enum class_3777 extends Enum<class_3777> implements StringIdentifiable
Mappings:
Namespace Name
official bmr
intermediary net/minecraft/class_3777
named net/minecraft/class_3777
  • Enum Constant Details

    • field_18819

      public static final class_3777 field_18819
      Mappings:
      Namespace Name Mixin selector
      official a Lbmr;a:Lbmr;
      intermediary field_18819 Lnet/minecraft/class_3777;field_18819:Lnet/minecraft/class_3777;
      named field_18819 Lnet/minecraft/class_3777;field_18819:Lnet/minecraft/class_3777;
    • field_18820

      public static final class_3777 field_18820
      Mappings:
      Namespace Name Mixin selector
      official b Lbmr;b:Lbmr;
      intermediary field_18820 Lnet/minecraft/class_3777;field_18820:Lnet/minecraft/class_3777;
      named field_18820 Lnet/minecraft/class_3777;field_18820:Lnet/minecraft/class_3777;
    • field_18821

      public static final class_3777 field_18821
      Mappings:
      Namespace Name Mixin selector
      official c Lbmr;c:Lbmr;
      intermediary field_18821 Lnet/minecraft/class_3777;field_18821:Lnet/minecraft/class_3777;
      named field_18821 Lnet/minecraft/class_3777;field_18821:Lnet/minecraft/class_3777;
    • field_18822

      public static final class_3777 field_18822
      Mappings:
      Namespace Name Mixin selector
      official d Lbmr;d:Lbmr;
      intermediary field_18822 Lnet/minecraft/class_3777;field_18822:Lnet/minecraft/class_3777;
      named field_18822 Lnet/minecraft/class_3777;field_18822:Lnet/minecraft/class_3777;
  • Field Details

    • field_18823

      private final String field_18823
      Mappings:
      Namespace Name Mixin selector
      official e Lbmr;e:Ljava/lang/String;
      intermediary field_18823 Lnet/minecraft/class_3777;field_18823:Ljava/lang/String;
      named field_18823 Lnet/minecraft/class_3777;field_18823:Ljava/lang/String;
  • Constructor Details

    • class_3777

      private class_3777(String string)
  • Method Details

    • values

      public static class_3777[] 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_3777 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
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official m Lxv;m()Ljava/lang/String;
      intermediary method_10853 Lnet/minecraft/class_2604;method_10853()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;