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