net.minecraft.client.renderer
Class RenderHelper

java.lang.Object
  extended by net.minecraft.client.renderer.RenderHelper

public class RenderHelper
extends Object


Constructor Summary
RenderHelper()
           
 
Method Summary
static void disableStandardItemLighting()
          Disables the OpenGL lighting properties enabled by enableStandardItemLighting
static void enableGUIStandardItemLighting()
          Sets OpenGL lighting for rendering blocks as items inside GUI screens (such as containers).
static void enableStandardItemLighting()
          Sets the OpenGL lighting properties to the values used when rendering blocks as items
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderHelper

public RenderHelper()
Method Detail

disableStandardItemLighting

public static void disableStandardItemLighting()
Disables the OpenGL lighting properties enabled by enableStandardItemLighting


enableStandardItemLighting

public static void enableStandardItemLighting()
Sets the OpenGL lighting properties to the values used when rendering blocks as items


enableGUIStandardItemLighting

public static void enableGUIStandardItemLighting()
Sets OpenGL lighting for rendering blocks as items inside GUI screens (such as containers).