Uses of Enum Class
net.minecraft.world.entity.animal.IronGolem.Crackiness
Packages that use IronGolem.Crackiness
-
Uses of IronGolem.Crackiness in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type IronGolem.CrackinessModifier and TypeFieldDescriptionprivate static Map<IronGolem.Crackiness,ResourceLocation>IronGolemCrackinessLayer.resourceLocations -
Uses of IronGolem.Crackiness in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal with type parameters of type IronGolem.CrackinessModifier and TypeFieldDescriptionprivate static List<IronGolem.Crackiness>IronGolem.Crackiness.BY_DAMAGEMethods in net.minecraft.world.entity.animal that return IronGolem.CrackinessModifier and TypeMethodDescriptionstatic IronGolem.CrackinessIronGolem.Crackiness.byFraction(float p_28902_)IronGolem.getCrackiness()static IronGolem.CrackinessReturns 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.