Uses of Class
net.minecraft.entity.passive.IronGolemEntity.Cracks
-
Packages that use IronGolemEntity.Cracks Package Description net.minecraft.client.renderer.entity.layers net.minecraft.entity.passive -
-
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.Cracks Modifier and Type Field Description private static java.util.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.Cracks Modifier and Type Field Description private static java.util.List<IronGolemEntity.Cracks>IronGolemEntity.Cracks. BY_DAMAGEMethods in net.minecraft.entity.passive that return IronGolemEntity.Cracks Modifier and Type Method Description static IronGolemEntity.CracksIronGolemEntity.Cracks. byFraction(float p_226515_0_)IronGolemEntity.CracksIronGolemEntity. getCrackiness()static IronGolemEntity.CracksIronGolemEntity.Cracks. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IronGolemEntity.Cracks[]IronGolemEntity.Cracks. values()Returns an array containing the constants of this enum type, in the order they are declared.
-