Package | Description |
---|---|
net.minecraft.client | |
net.minecraftforge.client | |
net.minecraftforge.client.event |
Modifier and Type | Field and Description |
---|---|
RenderGlobal |
Minecraft.renderGlobal |
Modifier and Type | Method and Description |
---|---|
static void |
ForgeHooksClient.dispatchRenderLast(RenderGlobal context,
float partialTicks) |
static boolean |
ForgeHooksClient.onDrawBlockHighlight(RenderGlobal context,
EntityPlayer player,
MovingObjectPosition target,
int subID,
ItemStack currentItem,
float partialTicks) |
Modifier and Type | Field and Description |
---|---|
RenderGlobal |
RenderWorldLastEvent.context |
RenderGlobal |
DrawBlockHighlightEvent.context |
Constructor and Description |
---|
DrawBlockHighlightEvent(RenderGlobal context,
EntityPlayer player,
MovingObjectPosition target,
int subID,
ItemStack currentItem,
float partialTicks) |
RenderWorldLastEvent(RenderGlobal context,
float partialTicks) |