Package net.minecraft

Enum Class class_3774

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

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

    • field_18797

      public static final class_3774 field_18797
      Mappings:
      Namespace Name Mixin selector
      official a Lbmi;a:Lbmi;
      intermediary field_18797 Lnet/minecraft/class_3774;field_18797:Lnet/minecraft/class_3774;
      named field_18797 Lnet/minecraft/class_3774;field_18797:Lnet/minecraft/class_3774;
    • field_18798

      public static final class_3774 field_18798
      Mappings:
      Namespace Name Mixin selector
      official b Lbmi;b:Lbmi;
      intermediary field_18798 Lnet/minecraft/class_3774;field_18798:Lnet/minecraft/class_3774;
      named field_18798 Lnet/minecraft/class_3774;field_18798:Lnet/minecraft/class_3774;
  • Field Details

    • field_18799

      private final String field_18799
      Mappings:
      Namespace Name Mixin selector
      official c Lbmi;c:Ljava/lang/String;
      intermediary field_18799 Lnet/minecraft/class_3774;field_18799:Ljava/lang/String;
      named field_18799 Lnet/minecraft/class_3774;field_18799:Ljava/lang/String;
  • Constructor Details

    • class_3774

      private class_3774(String string)
  • Method Details

    • values

      public static class_3774[] 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_3774 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<class_3774>
      Mappings:
      Namespace Name Mixin selector
      official toString Lbmi;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_3774;toString()Ljava/lang/String;
      named toString Lnet/minecraft/class_3774;toString()Ljava/lang/String;
    • 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;