Uses of Class
net.minecraft.client.renderer.chunk.ChunkRenderCache
Packages that use ChunkRenderCache
Package
Description
-
Uses of ChunkRenderCache in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as ChunkRenderCacheModifier and TypeFieldDescriptionprotected ChunkRenderCacheChunkRenderDispatcher.ChunkRender.RebuildTask.regionMethods in net.minecraft.client.renderer.chunk that return ChunkRenderCacheModifier and TypeMethodDescriptionstatic ChunkRenderCacheChunkRenderCache.createIfNotEmpty(World p_212397_0_, BlockPos p_212397_1_, BlockPos p_212397_2_, int p_212397_3_) Constructors in net.minecraft.client.renderer.chunk with parameters of type ChunkRenderCacheModifierConstructorDescriptionRebuildTask(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
Fields in net.minecraftforge.client with type parameters of type ChunkRenderCacheModifier and TypeFieldDescriptionprivate static final com.google.common.cache.LoadingCache<org.apache.commons.lang3.tuple.Pair<World,BlockPos>, Optional<ChunkRenderCache>> MinecraftForgeClient.regionCacheMethods in net.minecraftforge.client that return ChunkRenderCacheModifier and TypeMethodDescriptionstatic ChunkRenderCacheMinecraftForgeClient.getRegionRenderCache(World world, BlockPos pos) Methods in net.minecraftforge.client that return types with arguments of type ChunkRenderCacheModifier and TypeMethodDescriptionstatic Optional<ChunkRenderCache>MinecraftForgeClient.getRegionRenderCacheOptional(World world, BlockPos pos) Methods in net.minecraftforge.client with parameters of type ChunkRenderCacheModifier and TypeMethodDescriptionstatic voidMinecraftForgeClient.onRebuildChunk(World world, BlockPos position, ChunkRenderCache cache) -
Uses of ChunkRenderCache in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions that return ChunkRenderCacheModifier and TypeMethodDescriptiondefault ChunkRenderCacheIForgeRenderChunk.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).