static class CommandClone.StaticCloneData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
IBlockState |
blockState |
NBTTagCompound |
nbt |
BlockPos |
pos |
Constructor and Description |
---|
StaticCloneData(BlockPos posIn,
IBlockState stateIn,
NBTTagCompound compoundIn) |
public final BlockPos pos
public final IBlockState blockState
public final NBTTagCompound nbt
public StaticCloneData(BlockPos posIn, IBlockState stateIn, NBTTagCompound compoundIn)