static class CloneCommand.BlockInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
BlockPos |
pos |
BlockState |
state |
CompoundNBT |
tag |
Constructor and Description |
---|
BlockInfo(BlockPos posIn,
BlockState stateIn,
CompoundNBT tagIn) |
public final BlockPos pos
public final BlockState state
@Nullable public final CompoundNBT tag
public BlockInfo(BlockPos posIn, BlockState stateIn, @Nullable CompoundNBT tagIn)