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.PoseParrotEntityModel.getPose(ParrotEntity parrot) static ParrotEntityModel.PoseReturns 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 voidParrotEntityModel.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