Package net.minecraft.command.impl
Class CloneCommand.BlockInfo
- java.lang.Object
-
- net.minecraft.command.impl.CloneCommand.BlockInfo
-
- Enclosing class:
- CloneCommand
static class CloneCommand.BlockInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description BlockPos
pos
BlockState
state
CompoundNBT
tag
-
Constructor Summary
Constructors Constructor Description BlockInfo(BlockPos p_i47708_1_, BlockState p_i47708_2_, CompoundNBT p_i47708_3_)
-
-
-
Field Detail
-
pos
public final BlockPos pos
-
state
public final BlockState state
-
tag
@Nullable public final CompoundNBT tag
-
-
Constructor Detail
-
BlockInfo
public BlockInfo(BlockPos p_i47708_1_, BlockState p_i47708_2_, @Nullable CompoundNBT p_i47708_3_)
-
-