Uses of Enum Class
net.minecraft.client.render.entity.model.ParrotEntityModel.Pose
-
Uses of ParrotEntityModel.Pose in net.minecraft.client.render.entity.model
Modifier and TypeMethodDescriptionprivate static ParrotEntityModel.Pose
ParrotEntityModel.getPose(ParrotEntity parrot)
static ParrotEntityModel.Pose
Returns the enum constant of this class with the specified name.static ParrotEntityModel.Pose[]
ParrotEntityModel.Pose.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate void
ParrotEntityModel.animateModel(ParrotEntityModel.Pose pose)
private void
ParrotEntityModel.setAngles(ParrotEntityModel.Pose pose, int danceAngle, float limbAngle, float limbDistance, float age, float headYaw, float headPitch)