Package net.minecraft

Enum class_5636

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

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

    • field_27885

      public static final class_5636 field_27885
    • field_27886

      public static final class_5636 field_27886
    • field_27887

      public static final class_5636 field_27887
    • field_27888

      public static final class_5636 field_27888
  • Constructor Details

    • class_5636

      private class_5636()
  • Method Details

    • values

      public static class_5636[] 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_5636 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