Package | Description |
---|---|
buildcraft.lib.path |
Modifier and Type | Field and Description |
---|---|
MiniChunkGraph.ChunkType |
MiniChunkGraph.type |
Modifier and Type | Method and Description |
---|---|
static MiniChunkGraph.ChunkType |
MiniChunkGraph.ChunkType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MiniChunkGraph.ChunkType[] |
MiniChunkGraph.ChunkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MiniChunkGraph(net.minecraft.util.math.BlockPos min,
MiniChunkGraph.ChunkType type,
byte[][][] expenseArray,
byte[][][] graphArray,
int numNodes) |