Package net.minecraft

Enum class_5900.class_5901

java.lang.Object
java.lang.Enum<class_5900.class_5901>
net.minecraft.class_5900.class_5901
All Implemented Interfaces:
Serializable, Comparable<class_5900.class_5901>, java.lang.constant.Constable
Enclosing class:
class_5900

public static enum class_5900.class_5901
extends Enum<class_5900.class_5901>
Mappings:
Namespace Name
official sk$a
intermediary net/minecraft/class_5900$class_5901
named net/minecraft/class_5900$class_5901
  • Enum Constant Details

    • field_29155

      public static final class_5900.class_5901 field_29155
      Mappings:
      Namespace Name Mixin selector
      official a Lsk$a;a:Lsk$a;
      intermediary field_29155 Lnet/minecraft/class_5900$class_5901;field_29155:Lnet/minecraft/class_5900$class_5901;
      named field_29155 Lnet/minecraft/class_5900$class_5901;field_29155:Lnet/minecraft/class_5900$class_5901;
    • field_29156

      public static final class_5900.class_5901 field_29156
      Mappings:
      Namespace Name Mixin selector
      official b Lsk$a;b:Lsk$a;
      intermediary field_29156 Lnet/minecraft/class_5900$class_5901;field_29156:Lnet/minecraft/class_5900$class_5901;
      named field_29156 Lnet/minecraft/class_5900$class_5901;field_29156:Lnet/minecraft/class_5900$class_5901;
  • Constructor Details

    • class_5901

      private class_5901()
  • Method Details

    • values

      public static class_5900.class_5901[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static class_5900.class_5901 valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null