Package | Description |
---|---|
buildcraft.lib.path | |
buildcraft.lib.path.task |
Modifier and Type | Field and Description |
---|---|
java.util.Map<net.minecraft.util.EnumFacing,MiniChunkGraph> |
MiniChunkGraph.neighbours |
Modifier and Type | Method and Description |
---|---|
static MiniChunkGraph |
MiniChunkCache.getGraphIfExists(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
MiniChunkGraph |
MiniChunkGraph.MiniChunkNode.getParent() |
static MiniChunkGraph |
MiniChunkCache.requestAndWait(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
Modifier and Type | Method and Description |
---|---|
static java.util.concurrent.Future<MiniChunkGraph> |
MiniChunkCache.requestGraph(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
Modifier and Type | Field and Description |
---|---|
java.util.concurrent.CompletableFuture<MiniChunkGraph> |
MiniChunkCalculationData.futureResult |
Modifier and Type | Method and Description |
---|---|
MiniChunkGraph |
TaskMiniChunkManager.call() |
Constructor and Description |
---|
TaskMiniChunkManager(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos offset,
java.util.function.Consumer<MiniChunkGraph> setter) |