Package net.minecraft

Enum class_5762.class_5767

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

public static enum class_5762.class_5767
extends Enum<class_5762.class_5767>
  • Enum Constant Details

  • Field Details

    • field_28346

      public static final class_5762.class_5767[] field_28346
    • field_28347

      private final int field_28347
    • field_28348

      private final String field_28348
    • field_28349

      private final boolean field_28349
  • Constructor Details

    • class_5767

      private class_5767​(int int2, String string, boolean bool)
  • Method Details

    • values

      public static class_5762.class_5767[] 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_5762.class_5767 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_33233

      public int method_33233()
    • method_33238

      @Environment(CLIENT) public String method_33238()
    • method_33235

      public static class_5762.class_5767 method_33235​(Random random)
    • method_33240

      public static class_5762.class_5767 method_33240​(Random random)
    • method_33236

      private static class_5762.class_5767 method_33236​(Random random, boolean bool)