Uses of Enum Class
net.minecraft.world.entity.animal.horse.Variant
Package
Description
-
Uses of Variant in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionstatic final EntityVariantPredicate<Variant>
EntitySubPredicate.Types.HORSE
-
Uses of Variant in net.minecraft.client.renderer.entity
Modifier and TypeFieldDescriptionprivate static final Map<Variant,
ResourceLocation> HorseRenderer.LOCATION_BY_VARIANT
-
Uses of Variant in net.minecraft.world.entity.animal.horse
Modifier and TypeFieldDescriptionprivate static final IntFunction<Variant>
Variant.BY_ID
static final com.mojang.serialization.Codec<Variant>
Variant.CODEC
Modifier and TypeMethodDescriptionstatic Variant
Variant.byId
(int p_30987_) Horse.getVariant()
static Variant
Returns the enum constant of this class with the specified name.static Variant[]
Variant.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Horse.setVariant
(Variant p_262684_) private void
Horse.setVariantAndMarkings
(Variant p_30700_, Markings p_30701_)