Uses of Enum Class
net.minecraft.entity.passive.IronGolemEntity.Cracks
Packages that use IronGolemEntity.Cracks
-
Uses of IronGolemEntity.Cracks in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type IronGolemEntity.CracksModifier and TypeFieldDescriptionprivate static final Map<IronGolemEntity.Cracks,ResourceLocation> IronGolemCracksLayer.resourceLocations -
Uses of IronGolemEntity.Cracks in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type IronGolemEntity.CracksModifier and TypeFieldDescriptionprivate static final List<IronGolemEntity.Cracks>IronGolemEntity.Cracks.BY_DAMAGEMethods in net.minecraft.entity.passive that return IronGolemEntity.CracksModifier and TypeMethodDescriptionstatic IronGolemEntity.CracksIronGolemEntity.Cracks.byFraction(float p_226515_0_) IronGolemEntity.getCrackiness()static IronGolemEntity.CracksReturns the enum constant of this class with the specified name.static IronGolemEntity.Cracks[]IronGolemEntity.Cracks.values()Returns an array containing the constants of this enum class, in the order they are declared.