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 World
level
field_4490
world

Constructor summary

ModifierConstructor
(World world, 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 float
getShade(Direction direction, boolean shade)
method_24852(class_2350 arg0, boolean arg1)
getBrightness(Direction arg0, boolean arg1)
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)