net.minecraftforge.client
Interface IRenderContextHandler


public interface IRenderContextHandler


Method Summary
 void afterRenderContext()
          Run after the specified rendering context.
 void beforeRenderContext()
          Run before the specified rendering context.
 

Method Detail

beforeRenderContext

void beforeRenderContext()
Run before the specified rendering context.


afterRenderContext

void afterRenderContext()
Run after the specified rendering context.