类 ChunkRenderDispatcher.RenderChunk.ChunkCompileTask
java.lang.Object
net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.RenderChunk.ChunkCompileTask
- 直接已知子类:
ChunkRenderDispatcher.RenderChunk.RebuildTask
,ChunkRenderDispatcher.RenderChunk.ResortTransparencyTask
abstract class ChunkRenderDispatcher.RenderChunk.ChunkCompileTask
extends Object
implements Comparable<ChunkRenderDispatcher.RenderChunk.ChunkCompileTask>
-
字段概要
字段 -
构造器概要
构造器构造器说明ChunkCompileTask
(double pDistAtCreation, boolean pIsHighPriority) ChunkCompileTask
(ChunkPos pos, double pDistAtCreation, boolean pIsHighPriority) -
方法概要
修饰符和类型方法说明abstract void
cancel()
int
doTask
(ChunkBufferBuilderPack pBuffers) getModelData
(BlockPos pos) protected abstract String
name()
-
字段详细资料
-
distAtCreation
protected final double distAtCreation -
isCancelled
-
isHighPriority
protected final boolean isHighPriority -
modelData
-
-
构造器详细资料
-
ChunkCompileTask
public ChunkCompileTask(double pDistAtCreation, boolean pIsHighPriority) -
ChunkCompileTask
-
-
方法详细资料
-
doTask
public abstract CompletableFuture<ChunkRenderDispatcher.ChunkTaskResult> doTask(ChunkBufferBuilderPack pBuffers) -
cancel
public abstract void cancel() -
name
-
compareTo
-
getModelData
-