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 final 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 final List<IronGolem.Crackiness>
IronGolem.Crackiness.BY_DAMAGE
Methods in net.minecraft.world.entity.animal that return IronGolem.CrackinessModifier 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.