Package | Description |
---|---|
net.minecraft.client.renderer.chunk |
Modifier and Type | Method and Description |
---|---|
static ChunkRenderDispatcher.ChunkTaskResult |
ChunkRenderDispatcher.ChunkTaskResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChunkRenderDispatcher.ChunkTaskResult[] |
ChunkRenderDispatcher.ChunkTaskResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.concurrent.CompletableFuture<ChunkRenderDispatcher.ChunkTaskResult> |
ChunkRenderDispatcher.ChunkRender.ChunkRenderTask.execute(RegionRenderCacheBuilder builderIn) |
java.util.concurrent.CompletableFuture<ChunkRenderDispatcher.ChunkTaskResult> |
ChunkRenderDispatcher.ChunkRender.RebuildTask.execute(RegionRenderCacheBuilder builderIn) |
java.util.concurrent.CompletableFuture<ChunkRenderDispatcher.ChunkTaskResult> |
ChunkRenderDispatcher.ChunkRender.SortTransparencyTask.execute(RegionRenderCacheBuilder builderIn) |