Uses of Enum Class
net.minecraft.world.entity.animal.parrot.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 TypeMethodDescription@Nullable Parrot.VariantClientAvatarEntity.getParrotVariantOnShoulder(boolean left) @Nullable Parrot.VariantClientMannequin.getParrotVariantOnShoulder(boolean left) -
Uses of Parrot.Variant in net.minecraft.client.player
Methods in net.minecraft.client.player that return Parrot.VariantModifier and TypeMethodDescription@Nullable Parrot.VariantAbstractClientPlayer.getParrotVariantOnShoulder(boolean left) -
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 IdentifierParrotRenderer.getVariantTexture(Parrot.Variant variant) -
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 poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, AvatarRenderState playerState, Parrot.Variant parrotVariant, float yRot, float xRot, boolean isLeft) -
Uses of Parrot.Variant in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as Parrot.VariantModifier and TypeFieldDescription@Nullable Parrot.VariantAvatarRenderState.parrotOnLeftShoulder@Nullable Parrot.VariantAvatarRenderState.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.parrot
Subclasses with type arguments of type Parrot.Variant in net.minecraft.world.entity.animal.parrotFields in net.minecraft.world.entity.animal.parrot declared as Parrot.VariantFields in net.minecraft.world.entity.animal.parrot 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.parrot that return Parrot.VariantModifier and TypeMethodDescriptionstatic Parrot.VariantParrot.Variant.byId(int id) 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.parrot 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 variant) protected static Optional<Parrot.Variant> Player.extractParrotVariant(CompoundTag tag) 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> variant) voidPlayer.setShoulderParrotLeft(Optional<Parrot.Variant> variant) voidPlayer.setShoulderParrotRight(Optional<Parrot.Variant> variant)