public class MiniChunkCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
dimId |
Modifier and Type | Method and Description |
---|---|
static MiniChunkGraph |
getGraphIfExists(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
static MiniChunkGraph |
requestAndWait(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
static java.util.concurrent.Future<MiniChunkGraph> |
requestGraph(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
public static java.util.concurrent.Future<MiniChunkGraph> requestGraph(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)
public static MiniChunkGraph getGraphIfExists(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)
public static MiniChunkGraph requestAndWait(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)