Uses of Class
net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.ChunkTaskResult
-
Packages that use ChunkRenderDispatcher.ChunkTaskResult Package Description net.minecraft.client.renderer.chunk -
-
Uses of ChunkRenderDispatcher.ChunkTaskResult in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk that return ChunkRenderDispatcher.ChunkTaskResult Modifier and Type Method 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.Methods in net.minecraft.client.renderer.chunk that return types with arguments of type ChunkRenderDispatcher.ChunkTaskResult Modifier and Type Method Description abstract java.util.concurrent.CompletableFuture<ChunkRenderDispatcher.ChunkTaskResult>
ChunkRenderDispatcher.ChunkRender.ChunkRenderTask. doTask(RegionRenderCacheBuilder p_225618_1_)
java.util.concurrent.CompletableFuture<ChunkRenderDispatcher.ChunkTaskResult>
ChunkRenderDispatcher.ChunkRender.RebuildTask. doTask(RegionRenderCacheBuilder p_225618_1_)
java.util.concurrent.CompletableFuture<ChunkRenderDispatcher.ChunkTaskResult>
ChunkRenderDispatcher.ChunkRender.SortTransparencyTask. doTask(RegionRenderCacheBuilder p_225618_1_)
-