Uses of Class
net.minecraft.client.renderer.chunk.ChunkRenderCache
-
Packages that use ChunkRenderCache Package Description net.minecraft.client.renderer.chunk net.minecraftforge.client net.minecraftforge.client.extensions -
-
Uses of ChunkRenderCache in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as ChunkRenderCache Modifier and Type Field Description protected ChunkRenderCache
ChunkRenderDispatcher.ChunkRender.RebuildTask. region
Methods in net.minecraft.client.renderer.chunk that return ChunkRenderCache Modifier and Type Method Description static ChunkRenderCache
ChunkRenderCache. 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 ChunkRenderCache Constructor Description RebuildTask(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 ChunkRenderCache Modifier and Type Field Description private static com.google.common.cache.LoadingCache<org.apache.commons.lang3.tuple.Pair<World,BlockPos>,java.util.Optional<ChunkRenderCache>>
MinecraftForgeClient. regionCache
Methods in net.minecraftforge.client that return ChunkRenderCache Modifier and Type Method Description static ChunkRenderCache
MinecraftForgeClient. getRegionRenderCache(World world, BlockPos pos)
Methods in net.minecraftforge.client that return types with arguments of type ChunkRenderCache Modifier and Type Method Description static java.util.Optional<ChunkRenderCache>
MinecraftForgeClient. getRegionRenderCacheOptional(World world, BlockPos pos)
Methods in net.minecraftforge.client with parameters of type ChunkRenderCache Modifier and Type Method Description static void
MinecraftForgeClient. onRebuildChunk(World world, BlockPos position, ChunkRenderCache cache)
-
Uses of ChunkRenderCache in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions that return ChunkRenderCache Modifier and Type Method Description default 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).
-