Uses of Enum Class
net.minecraft.world.entity.animal.equine.Llama.Variant
Packages that use Llama.Variant
Package
Description
-
Uses of Llama.Variant in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type Llama.VariantModifier and TypeFieldDescriptionprivate static final Map<Llama.Variant, Identifier> LlamaRenderer.BABY_TEXTURESprivate static final Map<Llama.Variant, Identifier> LlamaRenderer.TEXTURES -
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.equine
Subclasses with type arguments of type Llama.Variant in net.minecraft.world.entity.animal.equineFields in net.minecraft.world.entity.animal.equine declared as Llama.VariantModifier and TypeFieldDescriptionstatic final Llama.VariantLlama.Variant.DEFAULTfinal Llama.VariantLlama.LlamaGroupData.variantFields in net.minecraft.world.entity.animal.equine 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.equine that return Llama.VariantModifier and TypeMethodDescriptionstatic Llama.VariantLlama.Variant.byId(int id) 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.equine with parameters of type Llama.VariantConstructors in net.minecraft.world.entity.animal.equine with parameters of type Llama.Variant