Uses of Class
net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.CompiledChunk
Packages that use ChunkRenderDispatcher.CompiledChunk
-
Uses of ChunkRenderDispatcher.CompiledChunk in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as ChunkRenderDispatcher.CompiledChunkModifier and TypeFieldDescriptionprivate final ChunkRenderDispatcher.CompiledChunk
ChunkRenderDispatcher.RenderChunk.ResortTransparencyTask.compiledChunk
static final ChunkRenderDispatcher.CompiledChunk
ChunkRenderDispatcher.CompiledChunk.UNCOMPILED
Fields in net.minecraft.client.renderer.chunk with type parameters of type ChunkRenderDispatcher.CompiledChunkMethods in net.minecraft.client.renderer.chunk that return ChunkRenderDispatcher.CompiledChunkMethods in net.minecraft.client.renderer.chunk with parameters of type ChunkRenderDispatcher.CompiledChunkModifier and TypeMethodDescriptionprivate Set<BlockEntity>
ChunkRenderDispatcher.RenderChunk.RebuildTask.compile
(float p_112866_, float p_112867_, float p_112868_, ChunkRenderDispatcher.CompiledChunk p_112869_, ChunkBufferBuilderPack p_112870_) private <E extends BlockEntity>
voidChunkRenderDispatcher.RenderChunk.RebuildTask.handleBlockEntity
(ChunkRenderDispatcher.CompiledChunk p_112878_, Set<BlockEntity> p_112879_, E p_112880_) Constructors in net.minecraft.client.renderer.chunk with parameters of type ChunkRenderDispatcher.CompiledChunkModifierConstructorDescriptionResortTransparencyTask
(double p_112889_, ChunkRenderDispatcher.CompiledChunk p_112890_) Deprecated.ResortTransparencyTask
(ChunkPos pos, double p_112889_, ChunkRenderDispatcher.CompiledChunk p_112890_)