static class CloneCommand.BlockInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
CompoundTag |
blockEntityTag |
BlockPos |
pos |
BlockState |
state |
| Constructor and Description |
|---|
BlockInfo(BlockPos pos,
BlockState state,
CompoundTag blockEntityTag) |
public final BlockPos pos
public final BlockState state
@Nullable public final CompoundTag blockEntityTag
public BlockInfo(BlockPos pos, BlockState state, @Nullable CompoundTag blockEntityTag)