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.Variant
Llama.Variant.DEFAULT
final Llama.Variant
Llama.LlamaGroupData.variant
Fields in net.minecraft.world.entity.animal.horse with type parameters of type Llama.VariantModifier and TypeFieldDescriptionprivate static final IntFunction
<Llama.Variant> Llama.Variant.BY_ID
static final com.mojang.serialization.Codec
<Llama.Variant> Llama.Variant.CODEC
static final com.mojang.serialization.Codec
<Llama.Variant> Llama.Variant.LEGACY_CODEC
Deprecated.static final StreamCodec
<io.netty.buffer.ByteBuf, Llama.Variant> Llama.Variant.STREAM_CODEC
Methods in net.minecraft.world.entity.animal.horse that return Llama.VariantModifier 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.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