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 pVariant) -
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 pPoseStack, MultiBufferSource pBuffer, int pPackedLight, PlayerRenderState pRenderState, Parrot.Variant pVariant, float pYRot, float pXRot, boolean pLeftShoulder) -
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 pPlayer, boolean pLeftShoulder) -
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 pId) 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