public class EntityRendererProxy extends EntityRenderer
| Modifier and Type | Field and Description |
|---|---|
static String |
fmlMarker |
anaglyphEnable, anaglyphField, debugViewDirection, itemRenderer| 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, updateRendererpublic static final String fmlMarker
public EntityRendererProxy(Minecraft minecraft)
public void updateCameraAndRender(float tick)
EntityRendererupdateCameraAndRender in class EntityRenderer