Uses of Enum Class
net.minecraft.world.entity.animal.horse.Llama.Variant
Packages that use Llama.Variant
- 
Uses of Llama.Variant in net.minecraft.advancements.critereonFields in net.minecraft.advancements.critereon with type parameters of type Llama.VariantModifier and TypeFieldDescriptionstatic final EntityVariantPredicate<Llama.Variant>EntitySubPredicate.Types.LLAMA
- 
Uses of Llama.Variant in net.minecraft.world.entity.animal.horseFields in net.minecraft.world.entity.animal.horse declared as Llama.VariantFields in net.minecraft.world.entity.animal.horse with type parameters of type Llama.VariantModifier and TypeFieldDescriptionprivate static final IntFunction<Llama.Variant>Llama.Variant.BY_IDstatic final com.mojang.serialization.Codec<Llama.Variant>Llama.Variant.CODECMethods in net.minecraft.world.entity.animal.horse that return Llama.VariantModifier and TypeMethodDescriptionstatic Llama.VariantLlama.Variant.byId(int p_262608_) Llama.getVariant()static Llama.VariantReturns the enum constant of this class with the specified name.static Llama.Variant[]Llama.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 Llama.VariantConstructors in net.minecraft.world.entity.animal.horse with parameters of type Llama.Variant