public class MiniChunkGraph.MiniChunkNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
id |
Constructor and Description |
---|
MiniChunkNode(int id) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(net.minecraft.util.math.BlockPos pos)
Checks if this node contains the given position.
|
java.util.Set<MiniChunkGraph.MiniChunkNode> |
getConnected() |
int |
getExpense(net.minecraft.util.math.BlockPos pos) |
MiniChunkGraph |
getParent() |
void |
requestAllConnected(net.minecraft.world.World world) |
public java.util.Set<MiniChunkGraph.MiniChunkNode> getConnected()
public boolean contains(net.minecraft.util.math.BlockPos pos)
public int getExpense(net.minecraft.util.math.BlockPos pos)
public MiniChunkGraph getParent()
public void requestAllConnected(net.minecraft.world.World world)