public class StructureInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
blockCount |
int[] |
countPerLevel |
net.minecraft.block.state.IBlockState[][][] |
data |
int |
showLayer |
int |
structureHeight |
int |
structureLength |
int |
structureWidth |
| Constructor and Description |
|---|
StructureInfo(int length,
int height,
int width,
BlockData[] blockData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canStep() |
int |
getLimiter() |
void |
reset() |
void |
setShowLayer(int layer) |
void |
step() |
public net.minecraft.block.state.IBlockState[][][] data
public int blockCount
public int[] countPerLevel
public int structureHeight
public int structureLength
public int structureWidth
public int showLayer
public StructureInfo(int length,
int height,
int width,
BlockData[] blockData)