Uses of Class
net.minecraft.entity.passive.ParrotEntity
Packages that use ParrotEntity
Package
Description
-
Uses of ParrotEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type ParrotEntityModifier and TypeMethodDescriptionfloatParrotRenderer.getBob(ParrotEntity p_77044_1_, float p_77044_2_) ParrotRenderer.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 ParrotEntityModifier and TypeMethodDescriptionprivate 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 -
Uses of ParrotEntity in net.minecraft.entity.passive
Method parameters in net.minecraft.entity.passive with type arguments of type ParrotEntityModifier and TypeMethodDescriptionstatic booleanParrotEntity.checkParrotSpawnRules(EntityType<ParrotEntity> p_223317_0_, IWorld p_223317_1_, SpawnReason p_223317_2_, BlockPos p_223317_3_, Random p_223317_4_) Constructor parameters in net.minecraft.entity.passive with type arguments of type ParrotEntityModifierConstructorDescriptionParrotEntity(EntityType<? extends ParrotEntity> p_i50251_1_, World p_i50251_2_)