Uses of Class
net.minecraft.client.renderer.chunk.ChunkRenderCache
Package
Description
-
Uses of ChunkRenderCache in net.minecraft.client.renderer.chunk
Modifier and TypeFieldDescriptionprotected ChunkRenderCache
ChunkRenderDispatcher.ChunkRender.RebuildTask.region
Modifier and TypeMethodDescriptionstatic ChunkRenderCache
ChunkRenderCache.createIfNotEmpty
(World p_212397_0_, BlockPos p_212397_1_, BlockPos p_212397_2_, int p_212397_3_) ModifierConstructorDescriptionRebuildTask
(double p_i226024_2_, ChunkRenderCache p_i226024_4_) Deprecated.RebuildTask
(ChunkPos pos, double p_i226024_2_, ChunkRenderCache p_i226024_4_) -
Uses of ChunkRenderCache in net.minecraftforge.client
Modifier and TypeFieldDescriptionprivate static final com.google.common.cache.LoadingCache<org.apache.commons.lang3.tuple.Pair<World,
BlockPos>, Optional<ChunkRenderCache>> MinecraftForgeClient.regionCache
Modifier and TypeMethodDescriptionstatic ChunkRenderCache
MinecraftForgeClient.getRegionRenderCache
(World world, BlockPos pos) Modifier and TypeMethodDescriptionstatic Optional<ChunkRenderCache>
MinecraftForgeClient.getRegionRenderCacheOptional
(World world, BlockPos pos) Modifier and TypeMethodDescriptionstatic void
MinecraftForgeClient.onRebuildChunk
(World world, BlockPos position, ChunkRenderCache cache) -
Uses of ChunkRenderCache in net.minecraftforge.client.extensions
Modifier and TypeMethodDescriptiondefault ChunkRenderCache
IForgeRenderChunk.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).