Package net.minecraft

Enum class_5672

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

@Environment(CLIENT)
public enum class_5672
extends Enum<class_5672>
  • Enum Constant Details

    • field_27944

      public static final class_5672 field_27944
    • field_27945

      public static final class_5672 field_27945
    • field_27946

      public static final class_5672 field_27946
    • field_27947

      public static final class_5672 field_27947
  • Field Details

    • field_27948

      private final int field_27948
    • field_27949

      private final Text field_27949
  • Constructor Details

    • class_5672

      private class_5672​(int int2, Text text)
  • Method Details

    • values

      public static class_5672[] 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_5672 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
    • method_32506

      public Text method_32506()
    • method_32507

      public int method_32507()