Class CloneCommand

java.lang.Object
net.minecraft.server.command.CloneCommand

public class CloneCommand extends Object
Mappings:
Namespace Name
named net/minecraft/server/command/CloneCommand
intermediary net/minecraft/class_3023
official amf
  • Field Details

    • OVERLAP_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType OVERLAP_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      named OVERLAP_EXCEPTION Lnet/minecraft/server/command/CloneCommand;OVERLAP_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_13493 Lnet/minecraft/class_3023;field_13493:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      official b Lamf;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • TOO_BIG_EXCEPTION

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType TOO_BIG_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      named TOO_BIG_EXCEPTION Lnet/minecraft/server/command/CloneCommand;TOO_BIG_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
      intermediary field_13491 Lnet/minecraft/class_3023;field_13491:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
      official c Lamf;c:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
    • FAILED_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      named FAILED_EXCEPTION Lnet/minecraft/server/command/CloneCommand;FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_13492 Lnet/minecraft/class_3023;field_13492:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      official d Lamf;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • IS_AIR_PREDICATE

      public static final Predicate<CachedBlockPosition> IS_AIR_PREDICATE
      Mappings:
      Namespace Name Mixin selector
      named IS_AIR_PREDICATE Lnet/minecraft/server/command/CloneCommand;IS_AIR_PREDICATE:Ljava/util/function/Predicate;
      intermediary field_13490 Lnet/minecraft/class_3023;field_13490:Ljava/util/function/Predicate;
      official a Lamf;a:Ljava/util/function/Predicate;
  • Constructor Details

    • CloneCommand

      public CloneCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess commandRegistryAccess)
      Mappings:
      Namespace Name Mixin selector
      named register Lnet/minecraft/server/command/CloneCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)V
      intermediary method_13089 Lnet/minecraft/class_3023;method_13089(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)V
      official a Lamf;a(Lcom/mojang/brigadier/CommandDispatcher;Lep;)V
    • createSourceArgs

      private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> createSourceArgs(CommandRegistryAccess commandRegistryAccess, CloneCommand.ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>,ServerWorld> worldGetter)
      Mappings:
      Namespace Name Mixin selector
      named createSourceArgs Lnet/minecraft/server/command/CloneCommand;createSourceArgs(Lnet/minecraft/command/CommandRegistryAccess;Lnet/minecraft/server/command/CloneCommand$ArgumentGetter;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
      intermediary method_48042 Lnet/minecraft/class_3023;method_48042(Lnet/minecraft/class_7157;Lnet/minecraft/class_3023$class_8009;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
      official a Lamf;a(Lep;Lamf$c;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
    • createDimensionalPos

      private static CloneCommand.DimensionalPos createDimensionalPos(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, ServerWorld world, String name) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named createDimensionalPos Lnet/minecraft/server/command/CloneCommand;createDimensionalPos(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/server/world/ServerWorld;Ljava/lang/String;)Lnet/minecraft/server/command/CloneCommand$DimensionalPos;
      intermediary method_48040 Lnet/minecraft/class_3023;method_48040(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_3218;Ljava/lang/String;)Lnet/minecraft/class_3023$class_8010;
      official a Lamf;a(Lcom/mojang/brigadier/context/CommandContext;Laqt;Ljava/lang/String;)Lamf$d;
    • createDestinationArgs

      private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> createDestinationArgs(CommandRegistryAccess commandRegistryAccess, CloneCommand.ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>,ServerWorld> sourceWorldGetter, CloneCommand.ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>,ServerWorld> targetWorldGetter)
      Mappings:
      Namespace Name Mixin selector
      named createDestinationArgs Lnet/minecraft/server/command/CloneCommand;createDestinationArgs(Lnet/minecraft/command/CommandRegistryAccess;Lnet/minecraft/server/command/CloneCommand$ArgumentGetter;Lnet/minecraft/server/command/CloneCommand$ArgumentGetter;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
      intermediary method_48043 Lnet/minecraft/class_3023;method_48043(Lnet/minecraft/class_7157;Lnet/minecraft/class_3023$class_8009;Lnet/minecraft/class_3023$class_8009;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
      official a Lamf;a(Lep;Lamf$c;Lamf$c;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
    • createModeArgs

      private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> createModeArgs(CloneCommand.ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>,CloneCommand.DimensionalPos> beginPosGetter, CloneCommand.ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>,CloneCommand.DimensionalPos> endPosGetter, CloneCommand.ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>,CloneCommand.DimensionalPos> destinationPosGetter, CloneCommand.ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>,Predicate<CachedBlockPosition>> filterGetter, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> builder)
      Mappings:
      Namespace Name Mixin selector
      named createModeArgs Lnet/minecraft/server/command/CloneCommand;createModeArgs(Lnet/minecraft/server/command/CloneCommand$ArgumentGetter;Lnet/minecraft/server/command/CloneCommand$ArgumentGetter;Lnet/minecraft/server/command/CloneCommand$ArgumentGetter;Lnet/minecraft/server/command/CloneCommand$ArgumentGetter;Lcom/mojang/brigadier/builder/ArgumentBuilder;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
      intermediary method_48035 Lnet/minecraft/class_3023;method_48035(Lnet/minecraft/class_3023$class_8009;Lnet/minecraft/class_3023$class_8009;Lnet/minecraft/class_3023$class_8009;Lnet/minecraft/class_3023$class_8009;Lcom/mojang/brigadier/builder/ArgumentBuilder;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
      official a Lamf;a(Lamf$c;Lamf$c;Lamf$c;Lamf$c;Lcom/mojang/brigadier/builder/ArgumentBuilder;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
    • execute

      private static int execute(ServerCommandSource source, CloneCommand.DimensionalPos begin, CloneCommand.DimensionalPos end, CloneCommand.DimensionalPos destination, Predicate<CachedBlockPosition> filter, CloneCommand.Mode mode) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named execute Lnet/minecraft/server/command/CloneCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/server/command/CloneCommand$DimensionalPos;Lnet/minecraft/server/command/CloneCommand$DimensionalPos;Lnet/minecraft/server/command/CloneCommand$DimensionalPos;Ljava/util/function/Predicate;Lnet/minecraft/server/command/CloneCommand$Mode;)I
      intermediary method_13090 Lnet/minecraft/class_3023;method_13090(Lnet/minecraft/class_2168;Lnet/minecraft/class_3023$class_8010;Lnet/minecraft/class_3023$class_8010;Lnet/minecraft/class_3023$class_8010;Ljava/util/function/Predicate;Lnet/minecraft/class_3023$class_3025;)I
      official a Lamf;a(Let;Lamf$d;Lamf$d;Lamf$d;Ljava/util/function/Predicate;Lamf$e;)I