Uses of Enum Class
net.minecraft.world.entity.animal.Parrot.Variant
Packages that use Parrot.Variant
Package
Description
-
Uses of Parrot.Variant in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type Parrot.VariantModifier and TypeMethodDescriptionstatic ResourceLocation
ParrotRenderer.getVariantTexture
(Parrot.Variant p_262577_) -
Uses of Parrot.Variant in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type Parrot.VariantModifier and TypeMethodDescriptionprivate void
ParrotOnShoulderLayer.renderOnShoulder
(PoseStack p_361619_, MultiBufferSource p_364834_, int p_364239_, PlayerRenderState p_364485_, Parrot.Variant p_365484_, float p_360279_, float p_363980_, boolean p_365529_) -
Uses of Parrot.Variant in net.minecraft.client.renderer.entity.player
Methods in net.minecraft.client.renderer.entity.player that return Parrot.VariantModifier and TypeMethodDescriptionprivate static Parrot.Variant
PlayerRenderer.getParrotOnShoulder
(AbstractClientPlayer p_363115_, boolean p_360551_) -
Uses of Parrot.Variant in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as Parrot.VariantModifier and TypeFieldDescriptionPlayerRenderState.parrotOnLeftShoulder
PlayerRenderState.parrotOnRightShoulder
ParrotRenderState.variant
-
Uses of Parrot.Variant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type Parrot.VariantModifier and TypeFieldDescriptionstatic final DataComponentType
<Parrot.Variant> DataComponents.PARROT_VARIANT
-
Uses of Parrot.Variant in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as Parrot.VariantFields in net.minecraft.world.entity.animal with type parameters of type Parrot.VariantModifier and TypeFieldDescriptionprivate static final IntFunction
<Parrot.Variant> Parrot.Variant.BY_ID
static final com.mojang.serialization.Codec
<Parrot.Variant> Parrot.Variant.CODEC
static final com.mojang.serialization.Codec
<Parrot.Variant> Parrot.Variant.LEGACY_CODEC
Deprecated.static final StreamCodec
<io.netty.buffer.ByteBuf, Parrot.Variant> Parrot.Variant.STREAM_CODEC
Methods in net.minecraft.world.entity.animal that return Parrot.VariantModifier and TypeMethodDescriptionstatic Parrot.Variant
Parrot.Variant.byId
(int p_262643_) Parrot.getVariant()
static Parrot.Variant
Returns the enum constant of this class with the specified name.static Parrot.Variant[]
Parrot.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 with parameters of type Parrot.Variant