Uses of Enum Class
net.minecraft.entity.passive.ParrotEntity.Variant
Packages that use ParrotEntity.Variant
Package
Description
-
Uses of ParrotEntity.Variant in net.minecraft.client.network
Methods in net.minecraft.client.network that return ParrotEntity.VariantModifier and TypeMethodDescriptionAbstractClientPlayerEntity.getShoulderParrotVariant(boolean leftShoulder) ClientMannequinEntity.getShoulderParrotVariant(boolean leftShoulder) ClientPlayerLikeEntity.getShoulderParrotVariant(boolean leftShoulder) -
Uses of ParrotEntity.Variant in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type ParrotEntity.VariantModifier and TypeMethodDescriptionstatic IdentifierParrotEntityRenderer.getTexture(ParrotEntity.Variant variant) -
Uses of ParrotEntity.Variant in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type ParrotEntity.VariantModifier and TypeMethodDescriptionprivate voidShoulderParrotFeatureRenderer.render(MatrixStack matrices, OrderedRenderCommandQueue orderedRenderCommandQueue, int light, PlayerEntityRenderState state, ParrotEntity.Variant parrotVariant, float headYaw, float headPitch, boolean left) -
Uses of ParrotEntity.Variant in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as ParrotEntity.VariantModifier and TypeFieldDescriptionPlayerEntityRenderState.leftShoulderParrotVariantPlayerEntityRenderState.rightShoulderParrotVariantParrotEntityRenderState.variant -
Uses of ParrotEntity.Variant in net.minecraft.component
Fields in net.minecraft.component with type parameters of type ParrotEntity.VariantModifier and TypeFieldDescriptionstatic final ComponentType<ParrotEntity.Variant> DataComponentTypes.PARROT_VARIANT -
Uses of ParrotEntity.Variant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as ParrotEntity.VariantFields in net.minecraft.entity.passive with type parameters of type ParrotEntity.VariantModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ParrotEntity.Variant> ParrotEntity.Variant.CODECstatic final com.mojang.serialization.Codec<ParrotEntity.Variant> ParrotEntity.Variant.INDEX_CODECDeprecated.private static final IntFunction<ParrotEntity.Variant> ParrotEntity.Variant.INDEX_MAPPERstatic final PacketCodec<ByteBuf, ParrotEntity.Variant> ParrotEntity.Variant.PACKET_CODECMethods in net.minecraft.entity.passive that return ParrotEntity.VariantModifier and TypeMethodDescriptionstatic ParrotEntity.VariantParrotEntity.Variant.byIndex(int index) ParrotEntity.getVariant()static ParrotEntity.VariantReturns the enum constant of this class with the specified name.static ParrotEntity.Variant[]ParrotEntity.Variant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type ParrotEntity.VariantModifier and TypeMethodDescriptionprivate voidParrotEntity.setVariant(ParrotEntity.Variant variant) -
Uses of ParrotEntity.Variant in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return types with arguments of type ParrotEntity.VariantModifier and TypeMethodDescriptionPlayerEntity.getLeftShoulderParrotVariant()PlayerEntity.getRightShoulderParrotVariant()private static Optional<ParrotEntity.Variant> PlayerEntity.mapParrotVariantIfPresent(OptionalInt variantIndex) protected static Optional<ParrotEntity.Variant> PlayerEntity.readParrotVariant(NbtCompound nbt) Method parameters in net.minecraft.entity.player with type arguments of type ParrotEntity.VariantModifier and TypeMethodDescriptionprotected static OptionalIntPlayerEntity.mapParrotVariant(Optional<ParrotEntity.Variant> variant) voidPlayerEntity.setLeftShoulderParrotVariant(Optional<ParrotEntity.Variant> variant) voidPlayerEntity.setRightShoulderParrotVariant(Optional<ParrotEntity.Variant> variant)