Uses of Enum Class
net.minecraft.entity.passive.IronGolemEntity.Cracks
-
Uses of IronGolemEntity.Cracks in net.minecraft.client.renderer.entity.layers
Modifier and TypeFieldDescriptionprivate static final Map<IronGolemEntity.Cracks,
ResourceLocation> IronGolemCracksLayer.resourceLocations
-
Uses of IronGolemEntity.Cracks in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate static final List<IronGolemEntity.Cracks>
IronGolemEntity.Cracks.BY_DAMAGE
Modifier and TypeMethodDescriptionstatic IronGolemEntity.Cracks
IronGolemEntity.Cracks.byFraction
(float p_226515_0_) IronGolemEntity.getCrackiness()
static IronGolemEntity.Cracks
Returns the enum constant of this class with the specified name.static IronGolemEntity.Cracks[]
IronGolemEntity.Cracks.values()
Returns an array containing the constants of this enum class, in the order they are declared.