Uses of Enum Class
net.minecraft.entity.passive.HorseMarking
-
Uses of HorseMarking in net.minecraft.client.render.entity.feature
Modifier and TypeFieldDescriptionprivate static final Map<HorseMarking,
Identifier> HorseMarkingFeatureRenderer.TEXTURES
-
Uses of HorseMarking in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate static final IntFunction<HorseMarking>
HorseMarking.BY_ID
Modifier and TypeMethodDescriptionstatic HorseMarking
HorseMarking.byIndex
(int index) HorseEntity.getMarking()
static HorseMarking
Returns the enum constant of this class with the specified name.static HorseMarking[]
HorseMarking.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate void
HorseEntity.setHorseVariant
(HorseColor color, HorseMarking marking)