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.featureFields in net.minecraft.client.render.entity.feature with type parameters of type Cracks.CrackLevelModifier and TypeFieldDescriptionprivate static final Map<Cracks.CrackLevel, Identifier> IronGolemCrackFeatureRenderer.CRACK_TEXTURESprivate static final Map<Cracks.CrackLevel, Identifier> WolfArmorFeatureRenderer.CRACK_TEXTURES
- 
Uses of Cracks.CrackLevel in net.minecraft.client.render.entity.stateFields in net.minecraft.client.render.entity.state declared as Cracks.CrackLevel
- 
Uses of Cracks.CrackLevel in net.minecraft.entity.passiveMethods 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.CrackLevelReturns 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.