类 RenderRegionCache
java.lang.Object
net.minecraft.client.renderer.chunk.RenderRegionCache
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明createRegion
(Level pLevel, BlockPos pStart, BlockPos pEnd, int pPadding) private static boolean
isAllEmpty
(BlockPos pStart, BlockPos pEnd, int pStartX, int pStartZ, RenderRegionCache.ChunkInfo[][] pInfos)
-
字段详细资料
-
chunkInfoCache
private final it.unimi.dsi.fastutil.longs.Long2ObjectMap<RenderRegionCache.ChunkInfo> chunkInfoCache
-
-
构造器详细资料
-
RenderRegionCache
public RenderRegionCache()
-
-
方法详细资料
-
createRegion
@Nullable public RenderChunkRegion createRegion(Level pLevel, BlockPos pStart, BlockPos pEnd, int pPadding) -
isAllEmpty
private static boolean isAllEmpty(BlockPos pStart, BlockPos pEnd, int pStartX, int pStartZ, RenderRegionCache.ChunkInfo[][] pInfos)
-