public class ParrotRenderer extends MobRenderer<ParrotEntity,ParrotModel>
Modifier and Type | Field and Description |
---|---|
static ResourceLocation[] |
PARROT_TEXTURES |
brightnessBuffer, entityModel, layerRenderers, renderMarker
renderManager, renderOutlines, shadowOpaque, shadowSize
Constructor and Description |
---|
ParrotRenderer(EntityRendererManager renderManagerIn) |
Modifier and Type | Method and Description |
---|---|
protected ResourceLocation |
getEntityTexture(ParrotEntity entity) |
float |
handleRotationFloat(ParrotEntity livingBase,
float partialTicks) |
canRenderName, doRender, renderLeash, shouldRender
addLayer, applyRotations, getColorMultiplier, getDeathMaxRotation, getEntityModel, getSwingProgress, isVisible, prepareScale, preRenderCallback, renderLayers, renderLivingAt, renderModel, renderName, setBrightness, setDoRenderBrightness, setScoreTeamColor, unsetBrightness, unsetScoreTeamColor
bindEntityTexture, bindTexture, doRenderShadowAndFire, func_217758_e, getFontRendererFromRenderManager, getRenderManager, getTeamColor, isMultipass, renderEntityName, renderLivingLabel, renderMultipass, renderOffsetAABB, setRenderOutlines
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bindTexture, func_217758_e
public static final ResourceLocation[] PARROT_TEXTURES
public ParrotRenderer(EntityRendererManager renderManagerIn)
protected ResourceLocation getEntityTexture(ParrotEntity entity)
getEntityTexture
in class EntityRenderer<ParrotEntity>
public float handleRotationFloat(ParrotEntity livingBase, float partialTicks)
handleRotationFloat
in class LivingRenderer<ParrotEntity,ParrotModel>