Uses of Enum
net.minecraft.entity.passive.IronGolemEntity.Crack
Packages that use IronGolemEntity.Crack
-
Uses of IronGolemEntity.Crack in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature with type parameters of type IronGolemEntity.CrackModifier and TypeFieldDescriptionprivate static Map<IronGolemEntity.Crack,Identifier>
IronGolemCrackFeatureRenderer.DAMAGE_TO_TEXTURE
-
Uses of IronGolemEntity.Crack in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type IronGolemEntity.CrackModifier and TypeFieldDescriptionprivate static List<IronGolemEntity.Crack>
IronGolemEntity.Crack.VALUES
Methods in net.minecraft.entity.passive that return IronGolemEntity.CrackModifier and TypeMethodDescriptionstatic IronGolemEntity.Crack
IronGolemEntity.Crack.from(float healthFraction)
IronGolemEntity.getCrack()
static IronGolemEntity.Crack
Returns the enum constant of this type with the specified name.static IronGolemEntity.Crack[]
IronGolemEntity.Crack.values()
Returns an array containing the constants of this enum type, in the order they are declared.