Package net.minecraft

Enum Class class_2177

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

@Environment(CLIENT) public enum class_2177 extends Enum<class_2177>
Mappings:
Namespace Name
official atw
intermediary net/minecraft/class_2177
named net/minecraft/class_2177
  • Enum Constant Details

    • field_9286

      public static final class_2177 field_9286
      Mappings:
      Namespace Name Mixin selector
      official a Latw;a:Latw;
      intermediary field_9286 Lnet/minecraft/class_2177;field_9286:Lnet/minecraft/class_2177;
      named field_9286 Lnet/minecraft/class_2177;field_9286:Lnet/minecraft/class_2177;
    • field_9287

      public static final class_2177 field_9287
      Mappings:
      Namespace Name Mixin selector
      official b Latw;b:Latw;
      intermediary field_9287 Lnet/minecraft/class_2177;field_9287:Lnet/minecraft/class_2177;
      named field_9287 Lnet/minecraft/class_2177;field_9287:Lnet/minecraft/class_2177;
    • field_9288

      public static final class_2177 field_9288
      Mappings:
      Namespace Name Mixin selector
      official c Latw;c:Latw;
      intermediary field_9288 Lnet/minecraft/class_2177;field_9288:Lnet/minecraft/class_2177;
      named field_9288 Lnet/minecraft/class_2177;field_9288:Lnet/minecraft/class_2177;
  • Constructor Details

    • class_2177

      private class_2177()
  • Method Details

    • values

      public static class_2177[] 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_2177 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