Package net.minecraft.server.command
Class CloneCommand.BlockInfo
java.lang.Object
net.minecraft.server.command.CloneCommand.BlockInfo
- Enclosing class:
- CloneCommand
static class CloneCommand.BlockInfo extends Object
-
Field Summary
Fields Modifier and Type Field Description CompoundTag
blockEntityTag
BlockPos
pos
BlockState
state
-
Constructor Summary
Constructors Constructor Description BlockInfo(BlockPos pos, BlockState state, CompoundTag blockEntityTag)
-
Method Summary
-
Field Details
-
pos
-
state
-
blockEntityTag
-
-
Constructor Details
-
BlockInfo
-