Enum Class Cracks.CrackLevel

java.lang.Object
java.lang.Enum<Cracks.CrackLevel>
net.minecraft.entity.passive.Cracks.CrackLevel
All Implemented Interfaces:
Serializable, Comparable<Cracks.CrackLevel>, Constable
Enclosing class:
Cracks

public static enum Cracks.CrackLevel extends Enum<Cracks.CrackLevel>
Mappings:
Namespace Name
named net/minecraft/entity/passive/Cracks$CrackLevel
intermediary net/minecraft/class_9273$class_4621
official bsu$a
  • Enum Constant Details

    • NONE

      public static final Cracks.CrackLevel NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/entity/passive/Cracks$CrackLevel;NONE:Lnet/minecraft/entity/passive/Cracks$CrackLevel;
      intermediary field_21081 Lnet/minecraft/class_9273$class_4621;field_21081:Lnet/minecraft/class_9273$class_4621;
      official a Lbsu$a;a:Lbsu$a;
    • LOW

      public static final Cracks.CrackLevel LOW
      Mappings:
      Namespace Name Mixin selector
      named LOW Lnet/minecraft/entity/passive/Cracks$CrackLevel;LOW:Lnet/minecraft/entity/passive/Cracks$CrackLevel;
      intermediary field_21082 Lnet/minecraft/class_9273$class_4621;field_21082:Lnet/minecraft/class_9273$class_4621;
      official b Lbsu$a;b:Lbsu$a;
    • MEDIUM

      public static final Cracks.CrackLevel MEDIUM
      Mappings:
      Namespace Name Mixin selector
      named MEDIUM Lnet/minecraft/entity/passive/Cracks$CrackLevel;MEDIUM:Lnet/minecraft/entity/passive/Cracks$CrackLevel;
      intermediary field_21083 Lnet/minecraft/class_9273$class_4621;field_21083:Lnet/minecraft/class_9273$class_4621;
      official c Lbsu$a;c:Lbsu$a;
    • HIGH

      public static final Cracks.CrackLevel HIGH
      Mappings:
      Namespace Name Mixin selector
      named HIGH Lnet/minecraft/entity/passive/Cracks$CrackLevel;HIGH:Lnet/minecraft/entity/passive/Cracks$CrackLevel;
      intermediary field_21084 Lnet/minecraft/class_9273$class_4621;field_21084:Lnet/minecraft/class_9273$class_4621;
      official d Lbsu$a;d:Lbsu$a;
  • Constructor Details

    • CrackLevel

      private CrackLevel()
  • Method Details

    • values

      public static Cracks.CrackLevel[] 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 Cracks.CrackLevel 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