Uses of Enum Class
net.minecraft.client.render.entity.model.ParrotEntityModel.Pose
Packages that use ParrotEntityModel.Pose
Package
Description
-
Uses of ParrotEntityModel.Pose in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model that return ParrotEntityModel.PoseModifier and TypeMethodDescriptionstatic 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) -
Uses of ParrotEntityModel.Pose in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as ParrotEntityModel.Pose