Uses of Enum Class
net.minecraft.world.entity.animal.equine.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, HorseMarkingLayer.HorseMarkingTextures> HorseMarkingLayer.LOCATION_BY_MARKINGS -
Uses of Markings in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as Markings -
Uses of Markings in net.minecraft.world.entity.animal.equine
Subclasses with type arguments of type Markings in net.minecraft.world.entity.animal.equineFields in net.minecraft.world.entity.animal.equine with type parameters of type MarkingsMethods in net.minecraft.world.entity.animal.equine that return MarkingsModifier and TypeMethodDescriptionstatic MarkingsMarkings.byId(int id) 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.equine with parameters of type MarkingsModifier and TypeMethodDescriptionprivate voidHorse.setVariantAndMarkings(Variant variant, Markings markings)