Package net.minecraft

Enum Class class_2215

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

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

    • field_9681

      public static final class_2215 field_9681
      Mappings:
      Namespace Name Mixin selector
      official a Lbav;a:Lbav;
      intermediary field_9681 Lnet/minecraft/class_2215;field_9681:Lnet/minecraft/class_2215;
      named field_9681 Lnet/minecraft/class_2215;field_9681:Lnet/minecraft/class_2215;
    • field_9682

      public static final class_2215 field_9682
      Mappings:
      Namespace Name Mixin selector
      official b Lbav;b:Lbav;
      intermediary field_9682 Lnet/minecraft/class_2215;field_9682:Lnet/minecraft/class_2215;
      named field_9682 Lnet/minecraft/class_2215;field_9682:Lnet/minecraft/class_2215;
    • field_9683

      public static final class_2215 field_9683
      Mappings:
      Namespace Name Mixin selector
      official c Lbav;c:Lbav;
      intermediary field_9683 Lnet/minecraft/class_2215;field_9683:Lnet/minecraft/class_2215;
      named field_9683 Lnet/minecraft/class_2215;field_9683:Lnet/minecraft/class_2215;
    • field_9684

      public static final class_2215 field_9684
      Mappings:
      Namespace Name Mixin selector
      official d Lbav;d:Lbav;
      intermediary field_9684 Lnet/minecraft/class_2215;field_9684:Lnet/minecraft/class_2215;
      named field_9684 Lnet/minecraft/class_2215;field_9684:Lnet/minecraft/class_2215;
    • field_9685

      public static final class_2215 field_9685
      Mappings:
      Namespace Name Mixin selector
      official e Lbav;e:Lbav;
      intermediary field_9685 Lnet/minecraft/class_2215;field_9685:Lnet/minecraft/class_2215;
      named field_9685 Lnet/minecraft/class_2215;field_9685:Lnet/minecraft/class_2215;
  • Field Details

    • field_9686

      private final String field_9686
      Mappings:
      Namespace Name Mixin selector
      official f Lbav;f:Ljava/lang/String;
      intermediary field_9686 Lnet/minecraft/class_2215;field_9686:Ljava/lang/String;
      named field_9686 Lnet/minecraft/class_2215;field_9686:Ljava/lang/String;
  • Constructor Details

    • class_2215

      private class_2215(String string)
  • Method Details

    • values

      public static class_2215[] 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_2215 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_2215>
      Mappings:
      Namespace Name Mixin selector
      official toString Lbav;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_2215;toString()Ljava/lang/String;
      named toString Lnet/minecraft/class_2215;toString()Ljava/lang/String;
    • 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;