Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.renderer | |
net.minecraft.client.renderer.chunk | |
net.minecraftforge.client | |
net.minecraftforge.client.event |
Modifier and Type | Field and Description |
---|---|
RenderGlobal |
Minecraft.renderGlobal |
Modifier and Type | Field and Description |
---|---|
protected RenderGlobal |
ViewFrustum.renderGlobal |
Modifier and Type | Method and Description |
---|---|
private void |
EntityRenderer.renderCloudsCheck(RenderGlobal renderGlobalIn,
float partialTicks,
int pass,
double x,
double y,
double z) |
Constructor and Description |
---|
ViewFrustum(World worldIn,
int renderDistanceChunks,
RenderGlobal renderGlobalIn,
IRenderChunkFactory renderChunkFactory) |
Modifier and Type | Field and Description |
---|---|
private RenderGlobal |
RenderChunk.renderGlobal |
Modifier and Type | Method and Description |
---|---|
RenderChunk |
VboChunkFactory.create(World worldIn,
RenderGlobal renderGlobalIn,
int index) |
RenderChunk |
IRenderChunkFactory.create(World worldIn,
RenderGlobal renderGlobalIn,
int index) |
RenderChunk |
ListChunkFactory.create(World worldIn,
RenderGlobal renderGlobalIn,
int index) |
Constructor and Description |
---|
ListedRenderChunk(World worldIn,
RenderGlobal renderGlobalIn,
int index) |
RenderChunk(World worldIn,
RenderGlobal renderGlobalIn,
int indexIn) |
Modifier and Type | Method and Description |
---|---|
static void |
ForgeHooksClient.dispatchRenderLast(RenderGlobal context,
float partialTicks) |
static boolean |
ForgeHooksClient.onDrawBlockHighlight(RenderGlobal context,
EntityPlayer player,
RayTraceResult target,
int subID,
float partialTicks) |
static boolean |
ForgeHooksClient.renderFirstPersonHand(RenderGlobal context,
float partialTicks,
int renderPass) |
Modifier and Type | Field and Description |
---|---|
private RenderGlobal |
RenderWorldLastEvent.context |
private RenderGlobal |
RenderHandEvent.context |
private RenderGlobal |
DrawBlockHighlightEvent.context |
Modifier and Type | Method and Description |
---|---|
RenderGlobal |
RenderWorldLastEvent.getContext() |
RenderGlobal |
RenderHandEvent.getContext() |
RenderGlobal |
DrawBlockHighlightEvent.getContext() |
Constructor and Description |
---|
DrawBlockHighlightEvent(RenderGlobal context,
EntityPlayer player,
RayTraceResult target,
int subID,
float partialTicks) |
RenderHandEvent(RenderGlobal context,
float partialTicks,
int renderPass) |
RenderWorldLastEvent(RenderGlobal context,
float partialTicks) |