Package net.minecraft.entity.passive
Enum IronGolemEntity.Crack
- All Implemented Interfaces:
Serializable,Comparable<IronGolemEntity.Crack>,java.lang.constant.Constable
- Enclosing class:
- IronGolemEntity
- Mappings:
Namespace Name official bdp$aintermediary net/minecraft/class_1439$class_4621named net/minecraft/entity/passive/IronGolemEntity$Crack
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IronGolemEntity.Crackfrom(float healthFraction)static IronGolemEntity.CrackReturns the enum constant of this type with the specified name.static IronGolemEntity.Crack[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLbdp$a;a:Lbdp$a;intermediary field_21081Lnet/minecraft/class_1439$class_4621;field_21081:Lnet/minecraft/class_1439$class_4621;named NONELnet/minecraft/entity/passive/IronGolemEntity$Crack;NONE:Lnet/minecraft/entity/passive/IronGolemEntity$Crack;
-
LOW
- Mappings:
Namespace Name Mixin selector official bLbdp$a;b:Lbdp$a;intermediary field_21082Lnet/minecraft/class_1439$class_4621;field_21082:Lnet/minecraft/class_1439$class_4621;named LOWLnet/minecraft/entity/passive/IronGolemEntity$Crack;LOW:Lnet/minecraft/entity/passive/IronGolemEntity$Crack;
-
MEDIUM
- Mappings:
Namespace Name Mixin selector official cLbdp$a;c:Lbdp$a;intermediary field_21083Lnet/minecraft/class_1439$class_4621;field_21083:Lnet/minecraft/class_1439$class_4621;named MEDIUMLnet/minecraft/entity/passive/IronGolemEntity$Crack;MEDIUM:Lnet/minecraft/entity/passive/IronGolemEntity$Crack;
-
HIGH
- Mappings:
Namespace Name Mixin selector official dLbdp$a;d:Lbdp$a;intermediary field_21084Lnet/minecraft/class_1439$class_4621;field_21084:Lnet/minecraft/class_1439$class_4621;named HIGHLnet/minecraft/entity/passive/IronGolemEntity$Crack;HIGH:Lnet/minecraft/entity/passive/IronGolemEntity$Crack;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official eLbdp$a;e:Ljava/util/List;intermediary field_21491Lnet/minecraft/class_1439$class_4621;field_21491:Ljava/util/List;named VALUESLnet/minecraft/entity/passive/IronGolemEntity$Crack;VALUES:Ljava/util/List;
-
maxHealthFraction
private final float maxHealthFraction- Mappings:
Namespace Name Mixin selector official fLbdp$a;f:Fintermediary field_21492Lnet/minecraft/class_1439$class_4621;field_21492:Fnamed maxHealthFractionLnet/minecraft/entity/passive/IronGolemEntity$Crack;maxHealthFraction:F
-
-
Constructor Details
-
Crack
private Crack(float maxHealthFraction)- Mappings:
Namespace Name Mixin selector official <init>Lbdp$a;<init>(Ljava/lang/String;IF)Vintermediary <init>Lnet/minecraft/class_1439$class_4621;<init>(Ljava/lang/String;IF)Vnamed <init>Lnet/minecraft/entity/passive/IronGolemEntity$Crack;<init>(Ljava/lang/String;IF)V
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
from
- Mappings:
Namespace Name Mixin selector official aLbdp$a;a(F)Lbdp$a;intermediary method_23693Lnet/minecraft/class_1439$class_4621;method_23693(F)Lnet/minecraft/class_1439$class_4621;named fromLnet/minecraft/entity/passive/IronGolemEntity$Crack;from(F)Lnet/minecraft/entity/passive/IronGolemEntity$Crack;
-