Uses of Class
net.minecraft.client.renderer.entity.model.ParrotModel.State
-
Packages that use ParrotModel.State Package Description net.minecraft.client.renderer.entity.model -
-
Uses of ParrotModel.State in net.minecraft.client.renderer.entity.model
Methods in net.minecraft.client.renderer.entity.model that return ParrotModel.State Modifier and Type Method Description private static ParrotModel.State
ParrotModel. getState(ParrotEntity p_217158_0_)
static ParrotModel.State
ParrotModel.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParrotModel.State[]
ParrotModel.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.renderer.entity.model with parameters of type ParrotModel.State Modifier and Type Method Description private void
ParrotModel. prepare(ParrotModel.State p_217160_1_)
private void
ParrotModel. setupAnim(ParrotModel.State p_217162_1_, int p_217162_2_, float p_217162_3_, float p_217162_4_, float p_217162_5_, float p_217162_6_, float p_217162_7_)
-