Uses of Enum Class
net.minecraft.entity.passive.IronGolemEntity.Crack
-
Uses of IronGolemEntity.Crack in net.minecraft.client.render.entity.feature
Modifier and TypeFieldDescriptionprivate static final Map<IronGolemEntity.Crack,
Identifier> IronGolemCrackFeatureRenderer.DAMAGE_TO_TEXTURE
-
Uses of IronGolemEntity.Crack in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate static final List<IronGolemEntity.Crack>
IronGolemEntity.Crack.VALUES
Modifier and TypeMethodDescriptionstatic IronGolemEntity.Crack
IronGolemEntity.Crack.from
(float healthFraction) IronGolemEntity.getCrack()
static IronGolemEntity.Crack
Returns the enum constant of this class with the specified name.static IronGolemEntity.Crack[]
IronGolemEntity.Crack.values()
Returns an array containing the constants of this enum class, in the order they are declared.