Package net.minecraft.server.command
Class CloneCommand.BlockInfo
java.lang.Object
net.minecraft.server.command.CloneCommand.BlockInfo
- Enclosing class:
- CloneCommand
- Mappings:
Namespace Name official zm$a
intermediary net/minecraft/class_3023$class_3024
named net/minecraft/server/command/CloneCommand$BlockInfo
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBlockInfo
(BlockPos pos, BlockState state, @Nullable NbtCompound blockEntityTag) -
Method Summary
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector official a
Lzm$a;a:Lgh;
intermediary field_13496
Lnet/minecraft/class_3023$class_3024;field_13496:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/server/command/CloneCommand$BlockInfo;pos:Lnet/minecraft/util/math/BlockPos;
-
state
- Mappings:
Namespace Name Mixin selector official b
Lzm$a;b:Lcoc;
intermediary field_13495
Lnet/minecraft/class_3023$class_3024;field_13495:Lnet/minecraft/class_2680;
named state
Lnet/minecraft/server/command/CloneCommand$BlockInfo;state:Lnet/minecraft/block/BlockState;
-
blockEntityTag
- Mappings:
Namespace Name Mixin selector official c
Lzm$a;c:Loc;
intermediary field_13494
Lnet/minecraft/class_3023$class_3024;field_13494:Lnet/minecraft/class_2487;
named blockEntityTag
Lnet/minecraft/server/command/CloneCommand$BlockInfo;blockEntityTag:Lnet/minecraft/nbt/NbtCompound;
-
-
Constructor Details
-
BlockInfo
- Mappings:
Namespace Name Mixin selector official <init>
Lzm$a;<init>(Lgh;Lcoc;Loc;)V
intermediary <init>
Lnet/minecraft/class_3023$class_3024;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/server/command/CloneCommand$BlockInfo;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/nbt/NbtCompound;)V
-