Uses of Enum Class
net.minecraft.entity.passive.Cracks.CrackLevel
-
Uses of Cracks.CrackLevel in net.minecraft.client.render.entity.feature
Modifier 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.entity.passive
Modifier 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.