net.minecraft.client.renderer.chunk

public record ChunkSectionsToRender

hpg
net.minecraft.client.renderer.chunk.ChunkSectionsToRender
net.minecraft.class_11532
net.minecraft.client.render.SectionRenderState

Field summary

Modifier and TypeField
private final GpuTextureView
a
textureView
comp_5192
textureView
private final EnumMap<ChunkSectionLayer, List<RenderPass$Draw<GpuBufferSlice[]>>>
b
drawsPerLayer
comp_4402
drawsPerLayer
private final int
c
maxIndicesRequired
comp_4403
maxIndicesRequired
private final GpuBufferSlice[]
d
chunkSectionInfos
comp_5193
chunkSectionInfos

Constructor summary

ModifierConstructor
public (GpuTextureView textureView, EnumMap<ChunkSectionLayer, List<RenderPass$Draw<GpuBufferSlice[]>>> drawsPerLayer, int maxIndicesRequired, GpuBufferSlice[] chunkSectionInfos)

Method summary

Modifier and TypeMethod
public void
a(hpf arg0, fxx arg1)
renderGroup(ChunkSectionLayerGroup arg0, GpuSampler arg1)
method_72170(class_11531 arg0, class_12137 arg1)
renderSection(BlockRenderLayerGroup group, GpuSampler sampler)
public GpuTextureView
a()
textureView()
comp_5192()
textureView()
public EnumMap<ChunkSectionLayer, List<RenderPass$Draw<GpuBufferSlice[]>>>
b()
drawsPerLayer()
comp_4402()
drawsPerLayer()
public int
c()
maxIndicesRequired()
comp_4403()
maxIndicesRequired()
public GpuBufferSlice[]
d()
chunkSectionInfos()
comp_5193()
chunkSectionInfos()