| Package | Description |
|---|---|
| net.minecraft.client.renderer.entity | |
| net.minecraft.entity | |
| net.minecraft.entity.monster |
| Modifier and Type | Method and Description |
|---|---|
ResourceLocation |
WitchRenderer.getEntityTexture(WitchEntity entity) |
protected void |
WitchRenderer.preRenderCallback(WitchEntity entitylivingbaseIn,
MatrixStack matrixStackIn,
float partialTickTime) |
void |
WitchRenderer.render(WitchEntity entityIn,
float entityYaw,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn) |
| Modifier and Type | Field and Description |
|---|---|
static EntityType<WitchEntity> |
EntityType.WITCH |
| Constructor and Description |
|---|
WitchEntity(EntityType<? extends WitchEntity> typeIn,
World worldIn) |