Uses of Enum Class
net.minecraft.entity.passive.ParrotEntity.Variant
Packages that use ParrotEntity.Variant
Package
Description
The base package for all Minecraft classes.
-
Uses of ParrotEntity.Variant in net.minecraft
Fields in net.minecraft declared as ParrotEntity.VariantModifier and TypeFieldDescriptionclass_10051.field_53510class_10055.field_53526class_10055.field_53527 -
Uses of ParrotEntity.Variant in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return ParrotEntity.VariantModifier and TypeMethodDescriptionprivate static ParrotEntity.VariantPlayerEntityRenderer.method_62605(AbstractClientPlayerEntity abstractClientPlayerEntity, boolean bool) 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.method_62593(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, class_10055 class_10055, ParrotEntity.Variant variant, float float2, float float3, boolean bool) -
Uses of ParrotEntity.Variant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type ParrotEntity.VariantModifier and TypeFieldDescriptionprivate static final IntFunction<ParrotEntity.Variant> ParrotEntity.Variant.BY_IDstatic final com.mojang.serialization.Codec<ParrotEntity.Variant> ParrotEntity.Variant.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.Variant -
Uses of ParrotEntity.Variant in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type ParrotEntity.VariantModifier and TypeFieldDescriptionstatic final EntitySubPredicateTypes.VariantType<ParrotEntity.Variant> EntitySubPredicateTypes.PARROT