Uses of Class
net.minecraft.world.entity.animal.Parrot
Packages that use Parrot
Package
Description
-
Uses of Parrot in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type ParrotModifier and TypeMethodDescriptionprivate static ParrotModel.State
void
ParrotModel.prepareMobModel
(Parrot entity, float limbSwing, float limbSwingAmount, float partialTick) void
ParrotModel.setupAnim
(Parrot entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) Sets this entity's model rotation angles -
Uses of Parrot in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type ParrotModifier and TypeMethodDescriptionfloat
Defines what float the third param in setRotationAngles of ModelBase isParrotRenderer.getTextureLocation
(Parrot entity) Returns the location of an entity's texture. -
Uses of Parrot in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Parrot -
Uses of Parrot in net.minecraft.world.entity.animal
Method parameters in net.minecraft.world.entity.animal with type arguments of type ParrotModifier and TypeMethodDescriptionstatic boolean
Parrot.checkParrotSpawnRules
(EntityType<Parrot> parrot, LevelAccessor level, MobSpawnType spawnType, BlockPos pos, RandomSource random) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Parrot