Package net.minecraft

Enum Class class_2220

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

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

    • field_9736

      public static final class_2220 field_9736
      Mappings:
      Namespace Name Mixin selector
      official a Lbbi;a:Lbbi;
      intermediary field_9736 Lnet/minecraft/class_2220;field_9736:Lnet/minecraft/class_2220;
      named field_9736 Lnet/minecraft/class_2220;field_9736:Lnet/minecraft/class_2220;
    • field_9737

      public static final class_2220 field_9737
      Mappings:
      Namespace Name Mixin selector
      official b Lbbi;b:Lbbi;
      intermediary field_9737 Lnet/minecraft/class_2220;field_9737:Lnet/minecraft/class_2220;
      named field_9737 Lnet/minecraft/class_2220;field_9737:Lnet/minecraft/class_2220;
    • field_9738

      public static final class_2220 field_9738
      Mappings:
      Namespace Name Mixin selector
      official c Lbbi;c:Lbbi;
      intermediary field_9738 Lnet/minecraft/class_2220;field_9738:Lnet/minecraft/class_2220;
      named field_9738 Lnet/minecraft/class_2220;field_9738:Lnet/minecraft/class_2220;
  • Field Details

    • field_9739

      private static final class_2220[] field_9739
      Mappings:
      Namespace Name Mixin selector
      official d Lbbi;d:[Lbbi;
      intermediary field_9739 Lnet/minecraft/class_2220;field_9739:[Lnet/minecraft/class_2220;
      named field_9739 Lnet/minecraft/class_2220;field_9739:[Lnet/minecraft/class_2220;
    • field_9740

      private final int field_9740
      Mappings:
      Namespace Name Mixin selector
      official e Lbbi;e:I
      intermediary field_9740 Lnet/minecraft/class_2220;field_9740:I
      named field_9740 Lnet/minecraft/class_2220;field_9740:I
    • field_9741

      private final String field_9741
      Mappings:
      Namespace Name Mixin selector
      official f Lbbi;f:Ljava/lang/String;
      intermediary field_9741 Lnet/minecraft/class_2220;field_9741:Ljava/lang/String;
      named field_9741 Lnet/minecraft/class_2220;field_9741:Ljava/lang/String;
  • Constructor Details

    • class_2220

      private class_2220(int int2, String string)
  • Method Details

    • values

      public static class_2220[] 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_2220 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_8930

      public int method_8930()
      Mappings:
      Namespace Name Mixin selector
      official a Lbbi;a()I
      intermediary method_8930 Lnet/minecraft/class_2220;method_8930()I
      named method_8930 Lnet/minecraft/class_2220;method_8930()I
    • toString

      public String toString()
      Overrides:
      toString in class Enum<class_2220>
      Mappings:
      Namespace Name Mixin selector
      official toString Lbbi;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_2220;toString()Ljava/lang/String;
      named toString Lnet/minecraft/class_2220;toString()Ljava/lang/String;
    • method_8931

      public static class_2220 method_8931(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbbi;a(I)Lbbi;
      intermediary method_8931 Lnet/minecraft/class_2220;method_8931(I)Lnet/minecraft/class_2220;
      named method_8931 Lnet/minecraft/class_2220;method_8931(I)Lnet/minecraft/class_2220;
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official l Lva;l()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;