Uses of Enum Class
net.minecraft.world.entity.animal.horse.Variant
Packages that use Variant
-
Uses of Variant in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type VariantModifier and TypeFieldDescriptionprivate static final Map<Variant,ResourceLocation> HorseRenderer.LOCATION_BY_VARIANT -
Uses of Variant in net.minecraft.world.entity.animal.horse
Fields in net.minecraft.world.entity.animal.horse declared as VariantModifier and TypeFieldDescriptionprivate static final Variant[]Variant.BY_IDfinal VariantHorse.HorseGroupData.variantMethods in net.minecraft.world.entity.animal.horse that return VariantModifier and TypeMethodDescriptionstatic VariantVariant.byId(int p_30987_) Horse.getVariant()static VariantReturns 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.Methods in net.minecraft.world.entity.animal.horse with parameters of type VariantModifier and TypeMethodDescriptionprivate voidHorse.setVariantAndMarkings(Variant p_30700_, Markings p_30701_) Constructors in net.minecraft.world.entity.animal.horse with parameters of type Variant