public abstract class StructurePieceBlockSelector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
selectedBlockId |
protected int |
selectedBlockMetaData |
Constructor and Description |
---|
StructurePieceBlockSelector() |
Modifier and Type | Method and Description |
---|---|
int |
getSelectedBlockId() |
int |
getSelectedBlockMetaData() |
abstract void |
selectBlocks(java.util.Random random,
int i,
int j,
int k,
boolean flag)
picks Block Ids and Metadata (Silverfish)
|