public class TippedArrowRenderer extends ArrowRenderer<ArrowEntity>
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
RES_ARROW |
static ResourceLocation |
RES_TIPPED_ARROW |
renderManager, shadowOpaque, shadowSize
Constructor and Description |
---|
TippedArrowRenderer(EntityRendererManager manager) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
getEntityTexture(ArrowEntity entity) |
drawVertex, render
canRenderName, getBlockLight, getFontRendererFromRenderManager, getPackedLight, getRenderManager, getRenderOffset, renderName, shouldRender
public static final ResourceLocation RES_ARROW
public static final ResourceLocation RES_TIPPED_ARROW
public TippedArrowRenderer(EntityRendererManager manager)
public ResourceLocation getEntityTexture(ArrowEntity entity)
getEntityTexture
in class EntityRenderer<ArrowEntity>