Uses of Class
net.minecraft.entity.passive.ParrotEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.client.render.entity.model | |
| net.minecraft.entity | |
| net.minecraft.entity.passive |
-
Uses of ParrotEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type ParrotEntity Modifier and Type Method Description floatParrotEntityRenderer. getAnimationProgress(ParrotEntity parrotEntity, float float2)IdentifierParrotEntityRenderer. getTexture(ParrotEntity parrotEntity) -
Uses of ParrotEntity in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type ParrotEntity Modifier and Type Method Description voidParrotEntityModel. animateModel(ParrotEntity parrotEntity, float float2, float float3, float float4)private static ParrotEntityModel.PoseParrotEntityModel. getPose(ParrotEntity parrot)voidParrotEntityModel. setAngles(ParrotEntity parrotEntity, float float2, float float3, float float4, float float5, float float6) -
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. canSpawn(EntityType<ParrotEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Constructor parameters in net.minecraft.entity.passive with type arguments of type ParrotEntity Constructor Description ParrotEntity(EntityType<? extends ParrotEntity> type, World world)