Uses of Enum Class
net.minecraft.world.entity.animal.IronGolem.Crackiness
-
Uses of IronGolem.Crackiness in net.minecraft.client.renderer.entity.layers
Modifier and TypeFieldDescriptionprivate static Map<IronGolem.Crackiness,ResourceLocation>
IronGolemCrackinessLayer.resourceLocations
-
Uses of IronGolem.Crackiness in net.minecraft.world.entity.animal
Modifier and TypeFieldDescriptionprivate static List<IronGolem.Crackiness>
IronGolem.Crackiness.BY_DAMAGE
Modifier and TypeMethodDescriptionstatic IronGolem.Crackiness
IronGolem.Crackiness.byFraction(float p_28902_)
IronGolem.getCrackiness()
static IronGolem.Crackiness
Returns the enum constant of this class with the specified name.static IronGolem.Crackiness[]
IronGolem.Crackiness.values()
Returns an array containing the constants of this enum class, in the order they are declared.