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.entity
Methods in net.minecraft.client.entity that return Parrot.VariantModifier and TypeMethodDescriptionClientAvatarEntity.getParrotVariantOnShoulder(boolean pLeft) ClientMannequin.getParrotVariantOnShoulder(boolean p_446133_) -
Uses of Parrot.Variant in net.minecraft.client.player
Methods in net.minecraft.client.player that return Parrot.VariantModifier and TypeMethodDescriptionAbstractClientPlayer.getParrotVariantOnShoulder(boolean p_447216_) -
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 ResourceLocationParrotRenderer.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 voidParrotOnShoulderLayer.submitOnShoulder(PoseStack pPoseStack, SubmitNodeCollector pNodeCollector, int pPackedLight, AvatarRenderState pRenderState, Parrot.Variant pVariant, float pYRot, float pXRot, boolean pIsLeft) -
Uses of Parrot.Variant in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as Parrot.VariantModifier and TypeFieldDescriptionAvatarRenderState.parrotOnLeftShoulderAvatarRenderState.parrotOnRightShoulderParrotRenderState.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_IDstatic final com.mojang.serialization.Codec<Parrot.Variant> Parrot.Variant.CODECstatic final com.mojang.serialization.Codec<Parrot.Variant> Parrot.Variant.LEGACY_CODECDeprecated.static final StreamCodec<io.netty.buffer.ByteBuf, Parrot.Variant> Parrot.Variant.STREAM_CODECMethods in net.minecraft.world.entity.animal that return Parrot.VariantModifier and TypeMethodDescriptionstatic Parrot.VariantParrot.Variant.byId(int pId) Parrot.getVariant()static Parrot.VariantReturns 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 -
Uses of Parrot.Variant in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player that return types with arguments of type Parrot.VariantModifier and TypeMethodDescriptionprivate static Optional<Parrot.Variant> Player.convertParrotVariant(OptionalInt pId) protected static Optional<Parrot.Variant> Player.extractParrotVariant(CompoundTag pTag) Player.getShoulderParrotLeft()Player.getShoulderParrotRight()Method parameters in net.minecraft.world.entity.player with type arguments of type Parrot.VariantModifier and TypeMethodDescriptionprotected static OptionalIntPlayer.convertParrotVariant(Optional<Parrot.Variant> pVariant) voidPlayer.setShoulderParrotLeft(Optional<Parrot.Variant> pVariant) voidPlayer.setShoulderParrotRight(Optional<Parrot.Variant> pVariant)