Uses of Enum Class
net.minecraft.world.entity.animal.horse.Llama.Variant
Packages that use Llama.Variant
Package
Description
-
Uses of Llama.Variant in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as Llama.Variant -
Uses of Llama.Variant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type Llama.VariantModifier and TypeFieldDescriptionstatic final DataComponentType<Llama.Variant> DataComponents.LLAMA_VARIANT -
Uses of Llama.Variant in net.minecraft.world.entity.animal.horse
Fields in net.minecraft.world.entity.animal.horse declared as Llama.VariantModifier and TypeFieldDescriptionstatic final Llama.VariantLlama.Variant.DEFAULTfinal Llama.VariantLlama.LlamaGroupData.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.CODECstatic final com.mojang.serialization.Codec<Llama.Variant> Llama.Variant.LEGACY_CODECDeprecated.static final StreamCodec<io.netty.buffer.ByteBuf, Llama.Variant> Llama.Variant.STREAM_CODECMethods in net.minecraft.world.entity.animal.horse that return Llama.VariantModifier and TypeMethodDescriptionstatic Llama.VariantLlama.Variant.byId(int pId) 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