Package net.minecraft

Enum class_5705

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

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

    • field_28121

      public static final class_5705 field_28121
    • field_28122

      public static final class_5705 field_28122
    • field_28123

      public static final class_5705 field_28123
  • Field Details

    • field_28124

      private final String field_28124
  • Constructor Details

    • class_5705

      private class_5705​(String string)
  • Method Details

    • values

      public static class_5705[] 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_5705 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_5705>
    • asString

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