net.minecraft.client.render.chunk

public class ChunkRendererRegion

implements BlockRenderView

net.minecraft.client.renderer.chunk.RenderSectionRegion
net.minecraft.class_853
net.minecraft.client.render.chunk.ChunkRendererRegion

Field summary

Modifier and TypeField
public static final int
RADIUS
field_52160
field_52160
public static final int
SIZE
field_52161
SIDE_LENGTH_CHUNKS
private final int
minSectionX
field_60943
baseX
private final int
minSectionY
field_60944
baseY
private final int
minSectionZ
field_60945
baseZ
private final RenderedChunk[]
sections
field_60946
renderedChunks
private final ClientWorld
level
field_4490
world
private final CardinalLighting
cardinalLighting
field_1_2216
field_1_2216
private final LightingProvider
lightEngine
field_1_2217
field_1_2217

Constructor summary

ModifierConstructor
public (ClientWorld level, int baseX, int baseY, int baseZ, RenderedChunk[] renderedChunks)

Method summary

Modifier and TypeMethod
public BlockState
getBlockState(BlockPos pos)
method_8320(class_2338 arg0)
getBlockState(BlockPos arg0)
public FluidState
getFluidState(BlockPos pos)
method_8316(class_2338 arg0)
getFluidState(BlockPos arg0)
public CardinalLighting
cardinalLighting()
method_1_2623()
getCardinalLighting()
public LightingProvider
getLightEngine()
method_22336()
getLightingProvider()
public BlockEntity
getBlockEntity(BlockPos pos)
method_8321(class_2338 arg0)
getBlockEntity(BlockPos arg0)
private RenderedChunk
getSection(int sectionX, int sectionY, int sectionZ)
method_72044(int arg0, int arg1, int arg2)
getRenderedChunk(int sectionX, int sectionY, int sectionZ)
public int
getBlockTint(BlockPos pos, ColorResolver resolver)
method_23752(class_2338 arg0, class_6539 arg1)
getColor(BlockPos arg0, ColorResolver arg1)
public int
getMinY()
method_31607()
getBottomY()
public int
getHeight()
method_31605()
getHeight()
public static int
index(int minSectionX, int minSectionY, int minSectionZ, int sectionX, int sectionY, int sectionZ)
method_60899(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
getIndex(int xOffset, int yOffset, int zOffset, int sectionX, int sectionY, int sectionZ)