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
- Mappings:
Namespace Name official xc$aintermediary net/minecraft/class_3023$class_3024named net/minecraft/server/command/CloneCommand$BlockInfo
-
Field Summary
Fields Modifier and Type Field Description CompoundTagblockEntityTagBlockPosposBlockStatestate -
Constructor Summary
Constructors Constructor Description BlockInfo(BlockPos pos, BlockState state, CompoundTag blockEntityTag) -
Method Summary
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector official aLxc$a;a:Lfx;intermediary field_13496Lnet/minecraft/class_3023$class_3024;field_13496:Lnet/minecraft/class_2338;named posLnet/minecraft/server/command/CloneCommand$BlockInfo;pos:Lnet/minecraft/util/math/BlockPos;
-
state
- Mappings:
Namespace Name Mixin selector official bLxc$a;b:Lcht;intermediary field_13495Lnet/minecraft/class_3023$class_3024;field_13495:Lnet/minecraft/class_2680;named stateLnet/minecraft/server/command/CloneCommand$BlockInfo;state:Lnet/minecraft/block/BlockState;
-
blockEntityTag
- Mappings:
Namespace Name Mixin selector official cLxc$a;c:Lmq;intermediary field_13494Lnet/minecraft/class_3023$class_3024;field_13494:Lnet/minecraft/class_2487;named blockEntityTagLnet/minecraft/server/command/CloneCommand$BlockInfo;blockEntityTag:Lnet/minecraft/nbt/CompoundTag;
-
-
Constructor Details
-
BlockInfo
- Mappings:
Namespace Name Mixin selector official <init>Lxc$a;<init>(Lfx;Lcht;Lmq;)Vintermediary <init>Lnet/minecraft/class_3023$class_3024;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2487;)Vnamed <init>Lnet/minecraft/server/command/CloneCommand$BlockInfo;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/nbt/CompoundTag;)V
-