Modifier and Type | Method and Description |
---|---|
ResourceLocation |
WolfRenderer.getEntityTexture(WolfEntity entity) |
protected float |
WolfRenderer.handleRotationFloat(WolfEntity livingBase,
float partialTicks) |
void |
WolfRenderer.render(WolfEntity entityIn,
float entityYaw,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn) |
Modifier and Type | Method and Description |
---|---|
void |
WolfCollarLayer.render(MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn,
WolfEntity entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch) |
Constructor and Description |
---|
WolfCollarLayer(IEntityRenderer<WolfEntity,WolfModel<WolfEntity>> rendererIn) |
WolfCollarLayer(IEntityRenderer<WolfEntity,WolfModel<WolfEntity>> rendererIn) |
Modifier and Type | Class and Description |
---|---|
class |
WolfModel<T extends WolfEntity> |
Modifier and Type | Field and Description |
---|---|
static EntityType<WolfEntity> |
EntityType.WOLF |
Modifier and Type | Field and Description |
---|---|
private WolfEntity |
BegGoal.wolf |
Constructor and Description |
---|
BegGoal(WolfEntity wolf,
float minDistance) |
Modifier and Type | Field and Description |
---|---|
private WolfEntity |
WolfEntity.AvoidEntityGoal.wolf |
Modifier and Type | Method and Description |
---|---|
WolfEntity |
WolfEntity.createChild(AgeableEntity ageable) |
Constructor and Description |
---|
AvoidEntityGoal(WolfEntity wolfIn,
java.lang.Class<T> entityClassToAvoidIn,
float avoidDistanceIn,
double farSpeedIn,
double nearSpeedIn) |
Constructor and Description |
---|
WolfEntity(EntityType<? extends WolfEntity> type,
World worldIn) |