类 SectionCompiler
java.lang.Object
net.minecraft.client.renderer.chunk.SectionCompiler
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明compile
(SectionPos p_344383_, RenderChunkRegion p_342669_, VertexSorting p_342522_, SectionBufferBuilderPack p_343546_) private BufferBuilder
getOrBeginLayer
(Map<RenderType, BufferBuilder> p_344204_, SectionBufferBuilderPack p_344936_, RenderType p_343427_) private <E extends BlockEntity>
voidhandleBlockEntity
(SectionCompiler.Results p_343713_, E p_343478_)
-
字段详细资料
-
blockRenderer
-
blockEntityRenderer
-
-
构造器详细资料
-
SectionCompiler
-
-
方法详细资料
-
compile
public SectionCompiler.Results compile(SectionPos p_344383_, RenderChunkRegion p_342669_, VertexSorting p_342522_, SectionBufferBuilderPack p_343546_) -
getOrBeginLayer
private BufferBuilder getOrBeginLayer(Map<RenderType, BufferBuilder> p_344204_, SectionBufferBuilderPack p_344936_, RenderType p_343427_) -
handleBlockEntity
private <E extends BlockEntity> void handleBlockEntity(SectionCompiler.Results p_343713_, E p_343478_)
-