Package net.minecraft

Enum Class class_2197

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

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

    • field_9526

      public static final class_2197 field_9526
      Mappings:
      Namespace Name Mixin selector
      official a Laxo;a:Laxo;
      intermediary field_9526 Lnet/minecraft/class_2197;field_9526:Lnet/minecraft/class_2197;
      named field_9526 Lnet/minecraft/class_2197;field_9526:Lnet/minecraft/class_2197;
    • field_9527

      public static final class_2197 field_9527
      Mappings:
      Namespace Name Mixin selector
      official b Laxo;b:Laxo;
      intermediary field_9527 Lnet/minecraft/class_2197;field_9527:Lnet/minecraft/class_2197;
      named field_9527 Lnet/minecraft/class_2197;field_9527:Lnet/minecraft/class_2197;
    • field_9528

      public static final class_2197 field_9528
      Mappings:
      Namespace Name Mixin selector
      official c Laxo;c:Laxo;
      intermediary field_9528 Lnet/minecraft/class_2197;field_9528:Lnet/minecraft/class_2197;
      named field_9528 Lnet/minecraft/class_2197;field_9528:Lnet/minecraft/class_2197;
    • field_9529

      public static final class_2197 field_9529
      Mappings:
      Namespace Name Mixin selector
      official d Laxo;d:Laxo;
      intermediary field_9529 Lnet/minecraft/class_2197;field_9529:Lnet/minecraft/class_2197;
      named field_9529 Lnet/minecraft/class_2197;field_9529:Lnet/minecraft/class_2197;
  • Field Details

    • field_9530

      private final String field_9530
      Mappings:
      Namespace Name Mixin selector
      official e Laxo;e:Ljava/lang/String;
      intermediary field_9530 Lnet/minecraft/class_2197;field_9530:Ljava/lang/String;
      named field_9530 Lnet/minecraft/class_2197;field_9530:Ljava/lang/String;
  • Constructor Details

    • class_2197

      private class_2197(String string)
  • Method Details

    • values

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

      public static class_2197 method_8824(class_2558 class_2558)
      Mappings:
      Namespace Name Mixin selector
      official a Laxo;a(Lel;)Laxo;
      intermediary method_8824 Lnet/minecraft/class_2197;method_8824(Lnet/minecraft/class_2558;)Lnet/minecraft/class_2197;
      named method_8824 Lnet/minecraft/class_2197;method_8824(Lnet/minecraft/class_2558;)Lnet/minecraft/class_2197;
    • 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;