Uses of Enum Class
net.minecraft.world.entity.animal.horse.Markings
Package
Description
-
Uses of Markings in net.minecraft.client.renderer.entity.layers
Modifier and TypeFieldDescriptionprivate static Map<Markings,ResourceLocation>
HorseMarkingLayer.LOCATION_BY_MARKINGS
-
Uses of Markings in net.minecraft.world.entity.animal.horse
Modifier and TypeMethodDescriptionstatic Markings
Markings.byId(int p_30871_)
Horse.getMarkings()
static Markings
Returns the enum constant of this class with the specified name.static Markings[]
Markings.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate void
Horse.setVariantAndMarkings(Variant p_30700_, Markings p_30701_)