Uses of Enum Class
net.minecraft.entity.passive.Cracks.CrackLevel
Packages that use Cracks.CrackLevel
Package
Description
-
Uses of Cracks.CrackLevel in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature with type parameters of type Cracks.CrackLevelModifier and TypeFieldDescriptionprivate static final Map
<Cracks.CrackLevel, Identifier> IronGolemCrackFeatureRenderer.CRACK_TEXTURES
private static final Map
<Cracks.CrackLevel, Identifier> WolfArmorFeatureRenderer.CRACK_TEXTURES
-
Uses of Cracks.CrackLevel in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as Cracks.CrackLevel -
Uses of Cracks.CrackLevel in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return Cracks.CrackLevelModifier and TypeMethodDescriptionCracks.getCrackLevel
(float health) Cracks.getCrackLevel
(int currentDamage, int maxDamage) Cracks.getCrackLevel
(ItemStack stack) IronGolemEntity.getCrackLevel()
static Cracks.CrackLevel
Returns the enum constant of this class with the specified name.static Cracks.CrackLevel[]
Cracks.CrackLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.