All Methods Instance Methods Concrete Methods 
| Modifier and Type | Method and Description | 
| void | clearNeedsUpdate() | 
| protected ChunkCache | createRegionRenderCache(World world,
                       BlockPos from,
                       BlockPos to,
                       int subtract)Creates a new RegionRenderCache instance. | 
| void | deleteGlResources() | 
| protected void | finishCompileTask() | 
| BlockPos | getBlockPosOffset16(EnumFacing facing) | 
| CompiledChunk | getCompiledChunk() | 
| protected double | getDistanceSq() | 
| java.util.concurrent.locks.ReentrantLock | getLockCompileTask() | 
| BlockPos | getPosition() | 
| VertexBuffer | getVertexBufferByLayer(int layer) | 
| World | getWorld() | 
| boolean | isNeedsUpdate() | 
| boolean | isNeedsUpdateCustom() | 
| ChunkCompileTaskGenerator | makeCompileTaskChunk() | 
| ChunkCompileTaskGenerator | makeCompileTaskTransparency() | 
| void | multModelviewMatrix() | 
| void | rebuildChunk(float x,
            float y,
            float z,
            ChunkCompileTaskGenerator generator) | 
| void | resortTransparency(float x,
                  float y,
                  float z,
                  ChunkCompileTaskGenerator generator) | 
| void | setCompiledChunk(CompiledChunk compiledChunkIn) | 
| boolean | setFrameIndex(int frameIndexIn) | 
| void | setNeedsUpdate(boolean needsUpdateIn) | 
| void | setPosition(int x,
           int y,
           int z) | 
| void | stopCompileTask() |