Package net.minecraft

Enum class_5691

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

public enum class_5691
extends Enum<class_5691>
implements StringIdentifiable
  • Enum Constant Details

    • field_28064

      public static final class_5691 field_28064
    • field_28065

      public static final class_5691 field_28065
    • field_28066

      public static final class_5691 field_28066
    • field_28067

      public static final class_5691 field_28067
    • field_28068

      public static final class_5691 field_28068
  • Field Details

    • field_28069

      private final String field_28069
  • Constructor Details

    • class_5691

      private class_5691​(String string)
  • Method Details

    • values

      public static class_5691[] 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_5691 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<class_5691>
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable