public class RenderOcelot extends RenderLiving<EntityOcelot>
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
BLACK_OCELOT_TEXTURES |
private static ResourceLocation |
OCELOT_TEXTURES |
private static ResourceLocation |
RED_OCELOT_TEXTURES |
private static ResourceLocation |
SIAMESE_OCELOT_TEXTURES |
brightnessBuffer, layerRenderers, mainModel, NAME_TAG_RANGE, NAME_TAG_RANGE_SNEAK, renderMarker
renderManager, renderOutlines, shadowOpaque, shadowSize
Constructor and Description |
---|
RenderOcelot(RenderManager p_i47199_1_) |
Modifier and Type | Method and Description |
---|---|
protected ResourceLocation |
getEntityTexture(EntityOcelot entity) |
protected void |
preRenderCallback(EntityOcelot entitylivingbaseIn,
float partialTickTime) |
canRenderName, doRender, renderLeash, setLightmap, shouldRender
addLayer, applyRotations, getColorMultiplier, getDeathMaxRotation, getMainModel, getSwingProgress, handleRotationFloat, interpolateRotation, isVisible, prepareScale, renderLayers, renderLivingAt, renderModel, renderName, setBrightness, setDoRenderBrightness, setScoreTeamColor, transformHeldFull3DItemLayer, unsetBrightness, unsetScoreTeamColor
bindEntityTexture, bindTexture, doRenderShadowAndFire, getFontRendererFromRenderManager, getRenderManager, getTeamColor, isMultipass, renderEntityName, renderLivingLabel, renderMultipass, renderOffsetAABB, setRenderOutlines
private static final ResourceLocation BLACK_OCELOT_TEXTURES
private static final ResourceLocation OCELOT_TEXTURES
private static final ResourceLocation RED_OCELOT_TEXTURES
private static final ResourceLocation SIAMESE_OCELOT_TEXTURES
public RenderOcelot(RenderManager p_i47199_1_)
protected ResourceLocation getEntityTexture(EntityOcelot entity)
getEntityTexture
in class Render<EntityOcelot>
protected void preRenderCallback(EntityOcelot entitylivingbaseIn, float partialTickTime)
preRenderCallback
in class RenderLivingBase<EntityOcelot>