Uses of Class
net.minecraft.client.render.entity.model.ParrotEntityModel.Pose
| Package | Description |
|---|---|
| net.minecraft.client.render.entity.model |
-
Uses of ParrotEntityModel.Pose in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model that return ParrotEntityModel.Pose Modifier and Type Method Description private static ParrotEntityModel.PoseParrotEntityModel. getPose(ParrotEntity parrot)static ParrotEntityModel.PoseParrotEntityModel.Pose. valueOf(String name)Returns the enum constant of this type with the specified name.static ParrotEntityModel.Pose[]ParrotEntityModel.Pose. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.render.entity.model with parameters of type ParrotEntityModel.Pose Modifier and Type Method Description private voidParrotEntityModel. animateModel(ParrotEntityModel.Pose pose)private voidParrotEntityModel. setAngles(ParrotEntityModel.Pose pose, int danceAngle, float limbAngle, float limbDistance, float age, float headYaw, float headPitch)