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.render.entityMethods in net.minecraft.client.render.entity that return ParrotEntity.VariantModifier and TypeMethodDescriptionprivate static ParrotEntity.VariantPlayerEntityRenderer.getShoulderParrotVariant(AbstractClientPlayerEntity player, boolean left) 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.featureMethods in net.minecraft.client.render.entity.feature with parameters of type ParrotEntity.VariantModifier and TypeMethodDescriptionprivate voidShoulderParrotFeatureRenderer.render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, PlayerEntityRenderState state, ParrotEntity.Variant parrotVariant, float headYaw, float headPitch, boolean left) 
- 
Uses of ParrotEntity.Variant in net.minecraft.client.render.entity.stateFields in net.minecraft.client.render.entity.state declared as ParrotEntity.VariantModifier and TypeFieldDescriptionPlayerEntityRenderState.leftShoulderParrotVariantPlayerEntityRenderState.rightShoulderParrotVariantParrotEntityRenderState.variant
- 
Uses of ParrotEntity.Variant in net.minecraft.entity.passiveFields 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.entityFields in net.minecraft.predicate.entity with type parameters of type ParrotEntity.VariantModifier and TypeFieldDescriptionstatic final EntitySubPredicateTypes.VariantType<ParrotEntity.Variant> EntitySubPredicateTypes.PARROT