Modifier and Type | Method and Description |
---|---|
protected void |
CatRenderer.applyRotations(CatEntity entityLiving,
MatrixStack matrixStackIn,
float ageInTicks,
float rotationYaw,
float partialTicks) |
ResourceLocation |
CatRenderer.getEntityTexture(CatEntity entity) |
protected void |
CatRenderer.preRenderCallback(CatEntity entitylivingbaseIn,
MatrixStack matrixStackIn,
float partialTickTime) |
Modifier and Type | Field and Description |
---|---|
private CatModel<CatEntity> |
CatCollarLayer.model |
Modifier and Type | Method and Description |
---|---|
void |
CatCollarLayer.render(MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn,
CatEntity entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch) |
Constructor and Description |
---|
CatCollarLayer(IEntityRenderer<CatEntity,CatModel<CatEntity>> p_i50948_1_) |
CatCollarLayer(IEntityRenderer<CatEntity,CatModel<CatEntity>> p_i50948_1_) |
Modifier and Type | Class and Description |
---|---|
class |
CatModel<T extends CatEntity> |
Modifier and Type | Field and Description |
---|---|
static EntityType<CatEntity> |
EntityType.CAT |
Modifier and Type | Field and Description |
---|---|
private CatEntity |
CatLieOnBedGoal.cat |
private CatEntity |
CatSitOnBlockGoal.field_220728_g |
Constructor and Description |
---|
CatLieOnBedGoal(CatEntity catIn,
double speed,
int length) |
CatSitOnBlockGoal(CatEntity p_i50330_1_,
double p_i50330_2_) |
Modifier and Type | Field and Description |
---|---|
private CatEntity |
CatEntity.AvoidPlayerGoal.cat |
private CatEntity |
CatEntity.MorningGiftGoal.cat |
private CatEntity |
CatEntity.TemptGoal.cat |
Modifier and Type | Method and Description |
---|---|
CatEntity |
CatEntity.createChild(AgeableEntity ageable) |
Constructor and Description |
---|
AvoidPlayerGoal(CatEntity catIn,
java.lang.Class<T> entityClassToAvoidIn,
float avoidDistanceIn,
double farSpeedIn,
double nearSpeedIn) |
MorningGiftGoal(CatEntity catIn) |
TemptGoal(CatEntity catIn,
double speedIn,
Ingredient temptItemsIn,
boolean scaredByPlayerMovementIn) |
Constructor and Description |
---|
CatEntity(EntityType<? extends CatEntity> type,
World worldIn) |