public class RenderBoat extends Render
Modifier and Type | Field and Description |
---|---|
protected ModelBase |
modelBoat
instance of ModelBoat for rendering
|
renderBlocks, renderManager, shadowOpaque, shadowSize
Constructor and Description |
---|
RenderBoat() |
Modifier and Type | Method and Description |
---|---|
void |
doRender(Entity par1Entity,
double par2,
double par4,
double par6,
float par8,
float par9)
Actually renders the given argument.
|
protected ResourceLocation |
getBoatTextures(EntityBoat par1EntityBoat) |
protected ResourceLocation |
getEntityTexture(Entity par1Entity)
Returns the location of an entity's texture.
|
void |
renderBoat(EntityBoat par1EntityBoat,
double par2,
double par4,
double par6,
float par8,
float par9)
The render method used in RenderBoat that renders the boat model.
|
bindEntityTexture, bindTexture, doRenderShadowAndFire, getFontRendererFromRenderManager, renderAABB, renderOffsetAABB, setRenderManager, updateIcons
protected ModelBase modelBoat
public void renderBoat(EntityBoat par1EntityBoat, double par2, double par4, double par6, float par8, float par9)
protected ResourceLocation getBoatTextures(EntityBoat par1EntityBoat)
protected ResourceLocation getEntityTexture(Entity par1Entity)
getEntityTexture
in class Render
public void doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)