public class RenderTippedArrow extends RenderArrow<EntityTippedArrow>
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
RES_ARROW |
static ResourceLocation |
RES_TIPPED_ARROW |
renderManager, renderOutlines, shadowOpaque, shadowSize
Constructor and Description |
---|
RenderTippedArrow(RenderManager manager) |
Modifier and Type | Method and Description |
---|---|
protected ResourceLocation |
getEntityTexture(EntityTippedArrow entity) |
doRender
bindEntityTexture, bindTexture, canRenderName, doRenderShadowAndFire, getFontRendererFromRenderManager, getRenderManager, getTeamColor, isMultipass, renderEntityName, renderLivingLabel, renderMultipass, renderName, renderOffsetAABB, setRenderOutlines, shouldRender
public static final ResourceLocation RES_ARROW
public static final ResourceLocation RES_TIPPED_ARROW
public RenderTippedArrow(RenderManager manager)
protected ResourceLocation getEntityTexture(EntityTippedArrow entity)
getEntityTexture
in class Render<EntityTippedArrow>