public static class Template.BlockInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
IBlockState |
blockState
The type of block in this particular spot in the structure.
|
BlockPos |
pos
the position the block is to be generated to
|
NBTTagCompound |
tileentityData
NBT data for the tileentity
|
| Constructor and Description |
|---|
BlockInfo(BlockPos posIn,
IBlockState stateIn,
NBTTagCompound compoundIn) |
public final BlockPos pos
public final IBlockState blockState
public final NBTTagCompound tileentityData
public BlockInfo(BlockPos posIn, IBlockState stateIn, NBTTagCompound compoundIn)