public class Bo3BlockSpec extends Bo2BlockSpec
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Bo3BlockSpec.RandomBlock | 
| Constructor and Description | 
|---|
| Bo3BlockSpec(javax.vecmath.Point3i coords,
            Bo3BlockSpec.RandomBlock[] randomBlocks) | 
| Bo3BlockSpec(javax.vecmath.Point3i coords,
            Material material,
            TileEntity tileEntity) | 
| Modifier and Type | Method and Description | 
|---|---|
| Material | getMaterial() | 
| java.util.Set<TileEntity> | getTileEntities()Gets all tile entities contained in this block. | 
getBranch, getCoordspublic Bo3BlockSpec(javax.vecmath.Point3i coords,
                    Material material,
                    TileEntity tileEntity)
public Bo3BlockSpec(javax.vecmath.Point3i coords,
                    Bo3BlockSpec.RandomBlock[] randomBlocks)
public java.util.Set<TileEntity> getTileEntities()
public Material getMaterial()
getMaterial in class Bo2BlockSpec