Uses of Enum Class
net.minecraft.world.entity.Crackiness.Level
Packages that use Crackiness.Level
Package
Description
-
Uses of Crackiness.Level in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type Crackiness.LevelModifier and TypeFieldDescriptionprivate static final Map
<Crackiness.Level, ResourceLocation> WolfArmorLayer.ARMOR_CRACK_LOCATIONS
private static final Map
<Crackiness.Level, ResourceLocation> IronGolemCrackinessLayer.resourceLocations
-
Uses of Crackiness.Level in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return Crackiness.LevelModifier and TypeMethodDescriptionCrackiness.byDamage
(int pDamage, int pDurability) Crackiness.byFraction
(float pFraction) static Crackiness.Level
Returns the enum constant of this class with the specified name.static Crackiness.Level[]
Crackiness.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Crackiness.Level in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal that return Crackiness.Level