Package net.minecraft

Enum Class class_9273.Crack

java.lang.Object
java.lang.Enum<class_9273.Crack>
net.minecraft.class_9273.Crack
All Implemented Interfaces:
Serializable, Comparable<class_9273.Crack>, Constable
Enclosing class:
class_9273

public static enum class_9273.Crack extends Enum<class_9273.Crack>
Mappings:
Namespace Name
official bpt$a
intermediary net/minecraft/class_9273$class_4621
named net/minecraft/class_9273$Crack
  • Enum Constant Details

    • NONE

      public static final class_9273.Crack NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lbpt$a;a:Lbpt$a;
      intermediary field_21081 Lnet/minecraft/class_9273$class_4621;field_21081:Lnet/minecraft/class_9273$class_4621;
      named NONE Lnet/minecraft/class_9273$Crack;NONE:Lnet/minecraft/class_9273$Crack;
    • LOW

      public static final class_9273.Crack LOW
      Mappings:
      Namespace Name Mixin selector
      official b Lbpt$a;b:Lbpt$a;
      intermediary field_21082 Lnet/minecraft/class_9273$class_4621;field_21082:Lnet/minecraft/class_9273$class_4621;
      named LOW Lnet/minecraft/class_9273$Crack;LOW:Lnet/minecraft/class_9273$Crack;
    • MEDIUM

      public static final class_9273.Crack MEDIUM
      Mappings:
      Namespace Name Mixin selector
      official c Lbpt$a;c:Lbpt$a;
      intermediary field_21083 Lnet/minecraft/class_9273$class_4621;field_21083:Lnet/minecraft/class_9273$class_4621;
      named MEDIUM Lnet/minecraft/class_9273$Crack;MEDIUM:Lnet/minecraft/class_9273$Crack;
    • HIGH

      public static final class_9273.Crack HIGH
      Mappings:
      Namespace Name Mixin selector
      official d Lbpt$a;d:Lbpt$a;
      intermediary field_21084 Lnet/minecraft/class_9273$class_4621;field_21084:Lnet/minecraft/class_9273$class_4621;
      named HIGH Lnet/minecraft/class_9273$Crack;HIGH:Lnet/minecraft/class_9273$Crack;
  • Constructor Details

    • Crack

      private Crack()
  • Method Details

    • values

      public static class_9273.Crack[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static class_9273.Crack valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null