Uses of Enum Class
net.minecraft.client.model.ParrotModel.State
Packages that use ParrotModel.State
-
Uses of ParrotModel.State in net.minecraft.client.model
Methods in net.minecraft.client.model that return ParrotModel.StateModifier and TypeMethodDescriptionprivate static ParrotModel.State
static ParrotModel.State
Returns the enum constant of this class with the specified name.static ParrotModel.State[]
ParrotModel.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.model with parameters of type ParrotModel.StateModifier and TypeMethodDescriptionprivate void
ParrotModel.prepare
(ParrotModel.State state) private void
ParrotModel.setupAnim
(ParrotModel.State state, int tickCount, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)