Uses of Enum Class
net.minecraft.client.render.entity.model.ParrotEntityModel.Pose
Packages that use ParrotEntityModel.Pose
-
Uses of ParrotEntityModel.Pose in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model that return ParrotEntityModel.PoseModifier 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.Methods in net.minecraft.client.render.entity.model with parameters of type ParrotEntityModel.PoseModifier 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)