Uses of Enum Class
net.minecraft.world.entity.animal.horse.Markings
Packages that use Markings
Package
Description
-
Uses of Markings in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type MarkingsModifier and TypeFieldDescriptionprivate static final Map<Markings,ResourceLocation> HorseMarkingLayer.LOCATION_BY_MARKINGS -
Uses of Markings in net.minecraft.world.entity.animal.horse
Fields in net.minecraft.world.entity.animal.horse declared as MarkingsMethods in net.minecraft.world.entity.animal.horse that return MarkingsModifier and TypeMethodDescriptionstatic MarkingsMarkings.byId(int p_30871_) Horse.getMarkings()static MarkingsReturns 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.Methods in net.minecraft.world.entity.animal.horse with parameters of type MarkingsModifier and TypeMethodDescriptionprivate voidHorse.setVariantAndMarkings(Variant p_30700_, Markings p_30701_)