Class RenderChunkRegion
java.lang.Object
net.minecraft.client.renderer.chunk.RenderChunkRegion
- All Implemented Interfaces:
- BlockAndTintGetter,- BlockGetter,- LevelHeightAccessor,- IForgeBlockAndTintGetter,- IForgeBlockGetter
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionRenderChunkRegion(Level p_200456_, int p_200457_, int p_200458_, RenderChunk[][] p_200459_) 
- 
Method SummaryModifier and TypeMethodDescriptiongetBlockEntity(BlockPos p_112945_) getBlockState(BlockPos p_112947_) intgetBlockTint(BlockPos p_112937_, ColorResolver p_112938_) getFluidState(BlockPos p_112943_) intintRetrieves the model data manager for this level.floatgetShade(float normalX, float normalY, float normalZ, boolean shade) Computes the shade for a given normal.floatMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.BlockAndTintGettercanSeeSky, getBrightness, getRawBrightnessMethods inherited from interface net.minecraft.world.level.BlockGetterclip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, getMaxLightLevel, isBlockInLineMethods inherited from interface net.minecraftforge.common.extensions.IForgeBlockGettergetExistingBlockEntityMethods inherited from interface net.minecraft.world.level.LevelHeightAccessorgetMaxBuildHeight, getMaxSection, getMinSection, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isOutsideBuildHeight, isOutsideBuildHeight
- 
Field Details- 
centerXprivate final int centerX
- 
centerZprivate final int centerZ
- 
chunks
- 
level
 
- 
- 
Constructor Details- 
RenderChunkRegionRenderChunkRegion(Level p_200456_, int p_200457_, int p_200458_, RenderChunk[][] p_200459_) 
 
- 
- 
Method Details- 
getBlockState- Specified by:
- getBlockStatein interface- BlockGetter
 
- 
getFluidState- Specified by:
- getFluidStatein interface- BlockGetter
 
- 
getShade- Specified by:
- getShadein interface- BlockAndTintGetter
 
- 
getLightEngine- Specified by:
- getLightEnginein interface- BlockAndTintGetter
 
- 
getBlockEntity- Specified by:
- getBlockEntityin interface- BlockGetter
 
- 
getBlockTint- Specified by:
- getBlockTintin interface- BlockAndTintGetter
 
- 
getMinBuildHeightpublic int getMinBuildHeight()- Specified by:
- getMinBuildHeightin interface- LevelHeightAccessor
 
- 
getHeightpublic int getHeight()- Specified by:
- getHeightin interface- LevelHeightAccessor
 
- 
getShadepublic float getShade(float normalX, float normalY, float normalZ, boolean shade) Description copied from interface:IForgeBlockAndTintGetterComputes the shade for a given normal. Alternate version of the vanilla method taking in aDirection.- Specified by:
- getShadein interface- IForgeBlockAndTintGetter
 
- 
getModelDataManagerDescription copied from interface:IForgeBlockGetterRetrieves the model data manager for this level. This will benullon a server level.- Specified by:
- getModelDataManagerin interface- IForgeBlockGetter
 
 
-