Package | Description |
---|---|
net.minecraft.client.renderer.chunk |
Modifier and Type | Field and Description |
---|---|
static ChunkRenderDispatcher.CompiledChunk |
ChunkRenderDispatcher.CompiledChunk.DUMMY |
private ChunkRenderDispatcher.CompiledChunk |
ChunkRenderDispatcher.ChunkRender.SortTransparencyTask.sortCompiledChunk |
Modifier and Type | Field and Description |
---|---|
java.util.concurrent.atomic.AtomicReference<ChunkRenderDispatcher.CompiledChunk> |
ChunkRenderDispatcher.ChunkRender.compiledChunk |
Modifier and Type | Method and Description |
---|---|
ChunkRenderDispatcher.CompiledChunk |
ChunkRenderDispatcher.ChunkRender.getCompiledChunk() |
Modifier and Type | Method and Description |
---|---|
private java.util.Set<TileEntity> |
ChunkRenderDispatcher.ChunkRender.RebuildTask.compile(float xIn,
float yIn,
float zIn,
ChunkRenderDispatcher.CompiledChunk compiledChunkIn,
RegionRenderCacheBuilder builderIn) |
private <E extends TileEntity> |
ChunkRenderDispatcher.ChunkRender.RebuildTask.handleTileEntity(ChunkRenderDispatcher.CompiledChunk compiledChunkIn,
java.util.Set<TileEntity> tileEntitiesIn,
E tileEntityIn) |
Constructor and Description |
---|
SortTransparencyTask(ChunkPos pos,
double distanceSqIn,
ChunkRenderDispatcher.CompiledChunk compiledChunkIn) |
SortTransparencyTask(double distanceSqIn,
ChunkRenderDispatcher.CompiledChunk compiledChunkIn)
Deprecated.
|