public class EntityRendererProxy extends EntityRenderer
Modifier and Type | Field and Description |
---|---|
static String |
fmlMarker |
anaglyphEnable, anaglyphField, debugViewDirection, itemRenderer, lightmapTexture
Constructor and Description |
---|
EntityRendererProxy(Minecraft minecraft) |
Modifier and Type | Method and Description |
---|---|
void |
updateCameraAndRender(float tick)
Will update any inputs that effect the camera angle (mouse) and then render the world and GUI
|
disableLightmap, enableLightmap, getMouseOver, performanceToFps, renderWorld, setupOverlayRendering, updateRenderer
public static final String fmlMarker
public EntityRendererProxy(Minecraft minecraft)
public void updateCameraAndRender(float tick)
EntityRenderer
updateCameraAndRender
in class EntityRenderer