public abstract static class StructurePiece.BlockSelector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected BlockState |
blockstate |
| Constructor and Description |
|---|
BlockSelector() |
| Modifier and Type | Method and Description |
|---|---|
BlockState |
getBlockState() |
abstract void |
selectBlocks(java.util.Random rand,
int x,
int y,
int z,
boolean wall) |
protected BlockState blockstate
public abstract void selectBlocks(java.util.Random rand,
int x,
int y,
int z,
boolean wall)
public BlockState getBlockState()