public static class Template.BlockInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
IBlockState |
blockState |
BlockPos |
pos |
NBTTagCompound |
tileentityData |
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, @Nullable NBTTagCompound compoundIn)