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 u$aintermediary net/minecraft/class_1872$class_1873named net/minecraft/server/command/CloneCommand$BlockInfo
-
Field Summary
Fields Modifier and Type Field Description BlockPosfield_7984BlockStatefield_7985CompoundTagfield_7986 -
Constructor Summary
Constructors Constructor Description BlockInfo(BlockPos blockPos, BlockState blockState, CompoundTag compoundTag) -
Method Summary
-
Field Details
-
field_7984
- Mappings:
Namespace Name Mixin selector official aLu$a;a:Lcj;intermediary field_7984Lnet/minecraft/class_1872$class_1873;field_7984:Lnet/minecraft/class_1372;named field_7984Lnet/minecraft/server/command/CloneCommand$BlockInfo;field_7984:Lnet/minecraft/util/math/BlockPos;
-
field_7985
- Mappings:
Namespace Name Mixin selector official bLu$a;b:Lalz;intermediary field_7985Lnet/minecraft/class_1872$class_1873;field_7985:Lnet/minecraft/class_376;named field_7985Lnet/minecraft/server/command/CloneCommand$BlockInfo;field_7985:Lnet/minecraft/block/BlockState;
-
field_7986
- Mappings:
Namespace Name Mixin selector official cLu$a;c:Ldn;intermediary field_7986Lnet/minecraft/class_1872$class_1873;field_7986:Lnet/minecraft/class_1405;named field_7986Lnet/minecraft/server/command/CloneCommand$BlockInfo;field_7986:Lnet/minecraft/nbt/CompoundTag;
-
-
Constructor Details
-
BlockInfo
-