Class CloneCommand.BlockInfo

java.lang.Object
net.minecraft.server.command.CloneCommand.BlockInfo
Enclosing class:
CloneCommand

private static class CloneCommand.BlockInfo extends Object
Mappings:
Namespace Name
official ado$a
intermediary net/minecraft/class_3023$class_3024
named net/minecraft/server/command/CloneCommand$BlockInfo
  • Field Details

    • pos

      public final BlockPos pos
      Mappings:
      Namespace Name Mixin selector
      official a Lado$a;a:Lgp;
      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

      public final BlockState state
      Mappings:
      Namespace Name Mixin selector
      official b Lado$a;b:Lcyt;
      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;
    • blockEntityNbt

      @Nullable public final @Nullable NbtCompound blockEntityNbt
      Mappings:
      Namespace Name Mixin selector
      official c Lado$a;c:Lqp;
      intermediary field_13494 Lnet/minecraft/class_3023$class_3024;field_13494:Lnet/minecraft/class_2487;
      named blockEntityNbt Lnet/minecraft/server/command/CloneCommand$BlockInfo;blockEntityNbt:Lnet/minecraft/nbt/NbtCompound;
  • Constructor Details

    • BlockInfo

      public BlockInfo(BlockPos pos, BlockState state, @Nullable @Nullable NbtCompound blockEntityNbt)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lado$a;<init>(Lgp;Lcyt;Lqp;)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