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. VALUES
Methods in net.minecraft.entity.passive that return IronGolemEntity.Crack Modifier and Type Method Description static IronGolemEntity.Crack
IronGolemEntity.Crack. from(float healthFraction)
IronGolemEntity.Crack
IronGolemEntity. getCrack()
static IronGolemEntity.Crack
IronGolemEntity.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.