Java net.minecraftforge.client MinecraftForgeClient fields, constructors, methods, implement or subclass

Example usage for Java net.minecraftforge.client MinecraftForgeClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for net.minecraftforge.client MinecraftForgeClient.

The text is from its open source code.

Method

ChunkRenderCachegetRegionRenderCache(World world, BlockPos pos)
RenderTypegetRenderLayer()
voidreleaseStencilBit(int bit)
Release the stencil bit for other use
intreserveStencilBit()
Reserve a stencil bit for use in rendering Note: you must check the Framebuffer you are working with to determine if stencil bits are enabled on it before use.