Uses of Enum Class
net.minecraft.world.entity.animal.horse.Llama.Variant
-
Uses of Llama.Variant in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionstatic final EntitySubPredicates.EntityVariantPredicateType
<Llama.Variant> EntitySubPredicates.LLAMA
-
Uses of Llama.Variant in net.minecraft.world.entity.animal.horse
Modifier and TypeFieldDescriptionprivate static final IntFunction
<Llama.Variant> Llama.Variant.BY_ID
static final com.mojang.serialization.Codec
<Llama.Variant> Llama.Variant.CODEC
Modifier and TypeMethodDescriptionstatic Llama.Variant
Llama.Variant.byId
(int p_262608_) Llama.getVariant()
static Llama.Variant
Returns 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.