Package | Description |
---|---|
net.minecraft.client.renderer.chunk | |
net.minecraftforge.client |
Modifier and Type | Field and Description |
---|---|
private ChunkCache |
RenderChunk.worldView |
Modifier and Type | Method and Description |
---|---|
protected ChunkCache |
RenderChunk.createRegionRenderCache(World world,
BlockPos from,
BlockPos to,
int subtract)
Creates a new RegionRenderCache instance.
Extending classes can change the behavior of the cache, allowing to visually change blocks (schematics etc). |
Modifier and Type | Field and Description |
---|---|
private static com.google.common.cache.LoadingCache<org.apache.commons.lang3.tuple.Pair<World,BlockPos>,ChunkCache> |
MinecraftForgeClient.regionCache |
Modifier and Type | Method and Description |
---|---|
static ChunkCache |
MinecraftForgeClient.getRegionRenderCache(World world,
BlockPos pos) |
Modifier and Type | Method and Description |
---|---|
static void |
MinecraftForgeClient.onRebuildChunk(World world,
BlockPos position,
ChunkCache cache) |