Package net.minecraft

Enum Class class_2180

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

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

    • field_9357

      public static final class_2180 field_9357
      Mappings:
      Namespace Name Mixin selector
      official a Lavd;a:Lavd;
      intermediary field_9357 Lnet/minecraft/class_2180;field_9357:Lnet/minecraft/class_2180;
      named field_9357 Lnet/minecraft/class_2180;field_9357:Lnet/minecraft/class_2180;
    • field_9358

      public static final class_2180 field_9358
      Mappings:
      Namespace Name Mixin selector
      official b Lavd;b:Lavd;
      intermediary field_9358 Lnet/minecraft/class_2180;field_9358:Lnet/minecraft/class_2180;
      named field_9358 Lnet/minecraft/class_2180;field_9358:Lnet/minecraft/class_2180;
    • field_9359

      public static final class_2180 field_9359
      Mappings:
      Namespace Name Mixin selector
      official c Lavd;c:Lavd;
      intermediary field_9359 Lnet/minecraft/class_2180;field_9359:Lnet/minecraft/class_2180;
      named field_9359 Lnet/minecraft/class_2180;field_9359:Lnet/minecraft/class_2180;
  • Field Details

    • field_9360

      private static final class_2180[] field_9360
      Mappings:
      Namespace Name Mixin selector
      official d Lavd;d:[Lavd;
      intermediary field_9360 Lnet/minecraft/class_2180;field_9360:[Lnet/minecraft/class_2180;
      named field_9360 Lnet/minecraft/class_2180;field_9360:[Lnet/minecraft/class_2180;
    • field_9361

      private final int field_9361
      Mappings:
      Namespace Name Mixin selector
      official e Lavd;e:I
      intermediary field_9361 Lnet/minecraft/class_2180;field_9361:I
      named field_9361 Lnet/minecraft/class_2180;field_9361:I
    • field_9362

      private final String field_9362
      Mappings:
      Namespace Name Mixin selector
      official f Lavd;f:Ljava/lang/String;
      intermediary field_9362 Lnet/minecraft/class_2180;field_9362:Ljava/lang/String;
      named field_9362 Lnet/minecraft/class_2180;field_9362:Ljava/lang/String;
    • field_9363

      private final String field_9363
      Mappings:
      Namespace Name Mixin selector
      official g Lavd;g:Ljava/lang/String;
      intermediary field_9363 Lnet/minecraft/class_2180;field_9363:Ljava/lang/String;
      named field_9363 Lnet/minecraft/class_2180;field_9363:Ljava/lang/String;
  • Constructor Details

    • class_2180

      private class_2180(int int2, String string)
    • class_2180

      private class_2180(int int2, String string, String string2)
  • Method Details

    • values

      public static class_2180[] 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_2180 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_8736

      public int method_8736()
      Mappings:
      Namespace Name Mixin selector
      official a Lavd;a()I
      intermediary method_8736 Lnet/minecraft/class_2180;method_8736()I
      named method_8736 Lnet/minecraft/class_2180;method_8736()I
    • method_8738

      public String method_8738()
      Mappings:
      Namespace Name Mixin selector
      official c Lavd;c()Ljava/lang/String;
      intermediary method_8738 Lnet/minecraft/class_2180;method_8738()Ljava/lang/String;
      named method_8738 Lnet/minecraft/class_2180;method_8738()Ljava/lang/String;
    • toString

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

      public static class_2180 method_8737(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lavd;a(I)Lavd;
      intermediary method_8737 Lnet/minecraft/class_2180;method_8737(I)Lnet/minecraft/class_2180;
      named method_8737 Lnet/minecraft/class_2180;method_8737(I)Lnet/minecraft/class_2180;
    • 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;