Uses of Class
net.minecraft.entity.passive.IronGolemEntity.Crack
| Package | Description |
|---|---|
| net.minecraft.client.render.entity.feature | |
| net.minecraft.entity.passive |
-
Uses of IronGolemEntity.Crack in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature with type parameters of type IronGolemEntity.Crack Modifier and Type Field Description private static Map<IronGolemEntity.Crack,Identifier>IronGolemCrackFeatureRenderer. DAMAGE_TO_TEXTURE -
Uses of IronGolemEntity.Crack in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type IronGolemEntity.Crack Modifier and Type Field Description private static List<IronGolemEntity.Crack>IronGolemEntity.Crack. VALUESMethods in net.minecraft.entity.passive that return IronGolemEntity.Crack Modifier and Type Method Description static IronGolemEntity.CrackIronGolemEntity.Crack. from(float healthFraction)IronGolemEntity.CrackIronGolemEntity. getCrack()static IronGolemEntity.CrackIronGolemEntity.Crack. valueOf(String name)Returns the enum constant of this type with the specified name.static IronGolemEntity.Crack[]IronGolemEntity.Crack. values()Returns an array containing the constants of this enum type, in the order they are declared.