Uses of Enum Class
net.minecraft.entity.passive.ParrotEntity.Variant
Package
Description
-
Uses of ParrotEntity.Variant in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionprivate static ParrotEntity.Variant
PlayerEntityRenderer.getShoulderParrotVariant
(AbstractClientPlayerEntity player, boolean left) Modifier and TypeMethodDescriptionstatic Identifier
ParrotEntityRenderer.getTexture
(ParrotEntity.Variant variant) -
Uses of ParrotEntity.Variant in net.minecraft.client.render.entity.feature
Modifier and TypeMethodDescriptionprivate void
ShoulderParrotFeatureRenderer.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.state
Modifier and TypeFieldDescriptionPlayerEntityRenderState.leftShoulderParrotVariant
PlayerEntityRenderState.rightShoulderParrotVariant
ParrotEntityRenderState.variant
-
Uses of ParrotEntity.Variant in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate static final IntFunction
<ParrotEntity.Variant> ParrotEntity.Variant.BY_ID
static final com.mojang.serialization.Codec
<ParrotEntity.Variant> ParrotEntity.Variant.CODEC
Modifier and TypeMethodDescriptionstatic ParrotEntity.Variant
ParrotEntity.Variant.byIndex
(int index) ParrotEntity.getVariant()
static ParrotEntity.Variant
Returns 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. -
Uses of ParrotEntity.Variant in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionstatic final EntitySubPredicateTypes.VariantType
<ParrotEntity.Variant> EntitySubPredicateTypes.PARROT