Uses of Enum Class
net.minecraft.entity.passive.HorseMarking
Packages that use HorseMarking
-
Uses of HorseMarking in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature with type parameters of type HorseMarkingModifier and TypeFieldDescriptionprivate static final Map
<HorseMarking, Identifier> HorseMarkingFeatureRenderer.TEXTURES
-
Uses of HorseMarking in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type HorseMarkingModifier and TypeFieldDescriptionprivate static final IntFunction
<HorseMarking> HorseMarking.BY_ID
Methods in net.minecraft.entity.passive that return HorseMarkingModifier 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.Methods in net.minecraft.entity.passive with parameters of type HorseMarkingModifier and TypeMethodDescriptionprivate void
HorseEntity.setHorseVariant
(HorseColor color, HorseMarking marking)