Package | Description |
---|---|
net.minecraft.client.renderer.entity | |
net.minecraft.client.renderer.entity.model | |
net.minecraft.entity | |
net.minecraft.entity.passive |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
ParrotRenderer.getEntityTexture(ParrotEntity entity) |
float |
ParrotRenderer.handleRotationFloat(ParrotEntity livingBase,
float partialTicks) |
Modifier and Type | Method and Description |
---|---|
private static ParrotModel.State |
ParrotModel.getParrotState(ParrotEntity p_217158_0_) |
void |
ParrotModel.setLivingAnimations(ParrotEntity entityIn,
float limbSwing,
float limbSwingAmount,
float partialTick) |
void |
ParrotModel.setRotationAngles(ParrotEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
Modifier and Type | Field and Description |
---|---|
static EntityType<ParrotEntity> |
EntityType.PARROT |
Modifier and Type | Method and Description |
---|---|
static boolean |
ParrotEntity.func_223317_c(EntityType<ParrotEntity> parrotIn,
IWorld worldIn,
SpawnReason reason,
BlockPos p_223317_3_,
java.util.Random random) |
Constructor and Description |
---|
ParrotEntity(EntityType<? extends ParrotEntity> type,
World worldIn) |