| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RenderGlobal | |
|---|---|
| net.minecraft.client | |
| net.minecraftforge.client | |
| net.minecraftforge.client.event | |
| Uses of RenderGlobal in net.minecraft.client | 
|---|
| Fields in net.minecraft.client declared as RenderGlobal | |
|---|---|
 RenderGlobal | 
Minecraft.renderGlobal
 | 
| Uses of RenderGlobal in net.minecraftforge.client | 
|---|
| Methods in net.minecraftforge.client with parameters of type RenderGlobal | |
|---|---|
static void | 
ForgeHooksClient.dispatchRenderLast(RenderGlobal context,
                                     float partialTicks)
 | 
static boolean | 
ForgeHooksClient.onDrawBlockHighlight(RenderGlobal context,
                                         EntityPlayer player,
                                         MovingObjectPosition target,
                                         int subID,
                                         ItemStack currentItem,
                                         float partialTicks)
 | 
| Uses of RenderGlobal in net.minecraftforge.client.event | 
|---|
| Fields in net.minecraftforge.client.event declared as RenderGlobal | |
|---|---|
 RenderGlobal | 
RenderWorldLastEvent.context
 | 
 RenderGlobal | 
DrawBlockHighlightEvent.context
 | 
| Constructors in net.minecraftforge.client.event with parameters of type RenderGlobal | |
|---|---|
DrawBlockHighlightEvent(RenderGlobal context,
                                               EntityPlayer player,
                                               MovingObjectPosition target,
                                               int subID,
                                               ItemStack currentItem,
                                               float partialTicks)
 | 
|
RenderWorldLastEvent(RenderGlobal context,
                                         float partialTicks)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||