Uses of Class
net.minecraft.entity.passive.ParrotEntity
-
Packages that use ParrotEntity Package Description net.minecraft.client.renderer.entity net.minecraft.client.renderer.entity.model net.minecraft.entity net.minecraft.entity.passive -
-
Uses of ParrotEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type ParrotEntity Modifier and Type Method Description floatParrotRenderer. getBob(ParrotEntity p_77044_1_, float p_77044_2_)ResourceLocationParrotRenderer. getTextureLocation(ParrotEntity p_110775_1_) -
Uses of ParrotEntity in net.minecraft.client.renderer.entity.model
Methods in net.minecraft.client.renderer.entity.model with parameters of type ParrotEntity Modifier and Type Method Description private static ParrotModel.StateParrotModel. getState(ParrotEntity p_217158_0_)voidParrotModel. prepareMobModel(ParrotEntity p_212843_1_, float p_212843_2_, float p_212843_3_, float p_212843_4_)voidParrotModel. setupAnim(ParrotEntity p_225597_1_, float p_225597_2_, float p_225597_3_, float p_225597_4_, float p_225597_5_, float p_225597_6_) -
Uses of ParrotEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ParrotEntity Modifier and Type Field Description static EntityType<ParrotEntity>EntityType. PARROT -
Uses of ParrotEntity in net.minecraft.entity.passive
Method parameters in net.minecraft.entity.passive with type arguments of type ParrotEntity Modifier and Type Method Description static booleanParrotEntity. checkParrotSpawnRules(EntityType<ParrotEntity> p_223317_0_, IWorld p_223317_1_, SpawnReason p_223317_2_, BlockPos p_223317_3_, java.util.Random p_223317_4_)Constructor parameters in net.minecraft.entity.passive with type arguments of type ParrotEntity Constructor Description ParrotEntity(EntityType<? extends ParrotEntity> p_i50251_1_, World p_i50251_2_)
-