Package net.minecraft.server.command
Class CloneCommand
java.lang.Object
net.minecraft.server.command.CloneCommand
- Mappings:
Namespace Name official adx
intermediary net/minecraft/class_3023
named net/minecraft/server/command/CloneCommand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
(package private) static interface
private static final record
private static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
static final Predicate<CachedBlockPosition>
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, CloneCommand.class_8010 class_8010, CloneCommand.class_8010 class_80102, CloneCommand.class_8010 class_80103, Predicate<CachedBlockPosition> filter, CloneCommand.Mode mode) private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,
?> method_48035
(CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.class_8010> class_8009, CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.class_8010> class_80092, CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.class_8010> class_80093, CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, Predicate<CachedBlockPosition>> class_80094, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> argumentBuilder) private static CloneCommand.class_8010
method_48040
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, ServerWorld serverWorld, String string) private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,
?> method_48042
(CommandRegistryAccess commandRegistryAccess, CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, ServerWorld> class_8009) private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,
?> method_48043
(CommandRegistryAccess commandRegistryAccess, CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, ServerWorld> class_8009, CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, ServerWorld> class_80092) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess commandRegistryAccess)
-
Field Details
-
OVERLAP_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType OVERLAP_EXCEPTION- Mappings:
Namespace Name Mixin selector official b
Ladx;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_13493
Lnet/minecraft/class_3023;field_13493:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named OVERLAP_EXCEPTION
Lnet/minecraft/server/command/CloneCommand;OVERLAP_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
TOO_BIG_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType TOO_BIG_EXCEPTION- Mappings:
Namespace Name Mixin selector official c
Ladx;c:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_13491
Lnet/minecraft/class_3023;field_13491:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named TOO_BIG_EXCEPTION
Lnet/minecraft/server/command/CloneCommand;TOO_BIG_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION- Mappings:
Namespace Name Mixin selector official d
Ladx;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_13492
Lnet/minecraft/class_3023;field_13492:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named FAILED_EXCEPTION
Lnet/minecraft/server/command/CloneCommand;FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
IS_AIR_PREDICATE
- Mappings:
Namespace Name Mixin selector official a
Ladx;a:Ljava/util/function/Predicate;
intermediary field_13490
Lnet/minecraft/class_3023;field_13490:Ljava/util/function/Predicate;
named IS_AIR_PREDICATE
Lnet/minecraft/server/command/CloneCommand;IS_AIR_PREDICATE: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 official a
Ladx;a(Lcom/mojang/brigadier/CommandDispatcher;Ldi;)V
intermediary method_13089
Lnet/minecraft/class_3023;method_13089(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)V
named register
Lnet/minecraft/server/command/CloneCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)V
-
method_48042
private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> method_48042(CommandRegistryAccess commandRegistryAccess, CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, ServerWorld> class_8009) - Mappings:
Namespace Name Mixin selector official a
Ladx;a(Ldi;Ladx$b;)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;
named method_48042
Lnet/minecraft/server/command/CloneCommand;method_48042(Lnet/minecraft/command/CommandRegistryAccess;Lnet/minecraft/server/command/CloneCommand$class_8009;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
-
method_48040
private static CloneCommand.class_8010 method_48040(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, ServerWorld serverWorld, String string) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Ladx;a(Lcom/mojang/brigadier/context/CommandContext;Lahw;Ljava/lang/String;)Ladx$c;
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;
named method_48040
Lnet/minecraft/server/command/CloneCommand;method_48040(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/server/world/ServerWorld;Ljava/lang/String;)Lnet/minecraft/server/command/CloneCommand$class_8010;
-
method_48043
private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> method_48043(CommandRegistryAccess commandRegistryAccess, CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, ServerWorld> class_8009, CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, ServerWorld> class_80092) - Mappings:
Namespace Name Mixin selector official a
Ladx;a(Ldi;Ladx$b;Ladx$b;)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;
named method_48043
Lnet/minecraft/server/command/CloneCommand;method_48043(Lnet/minecraft/command/CommandRegistryAccess;Lnet/minecraft/server/command/CloneCommand$class_8009;Lnet/minecraft/server/command/CloneCommand$class_8009;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
-
method_48035
private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> method_48035(CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.class_8010> class_8009, CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.class_8010> class_80092, CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.class_8010> class_80093, CloneCommand.class_8009<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, Predicate<CachedBlockPosition>> class_80094, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> argumentBuilder) - Mappings:
Namespace Name Mixin selector official a
Ladx;a(Ladx$b;Ladx$b;Ladx$b;Ladx$b;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;
named method_48035
Lnet/minecraft/server/command/CloneCommand;method_48035(Lnet/minecraft/server/command/CloneCommand$class_8009;Lnet/minecraft/server/command/CloneCommand$class_8009;Lnet/minecraft/server/command/CloneCommand$class_8009;Lnet/minecraft/server/command/CloneCommand$class_8009;Lcom/mojang/brigadier/builder/ArgumentBuilder;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
-
execute
private static int execute(ServerCommandSource source, CloneCommand.class_8010 class_8010, CloneCommand.class_8010 class_80102, CloneCommand.class_8010 class_80103, Predicate<CachedBlockPosition> filter, CloneCommand.Mode mode) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Ladx;a(Ldn;Ladx$c;Ladx$c;Ladx$c;Ljava/util/function/Predicate;Ladx$d;)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
named execute
Lnet/minecraft/server/command/CloneCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/server/command/CloneCommand$class_8010;Lnet/minecraft/server/command/CloneCommand$class_8010;Lnet/minecraft/server/command/CloneCommand$class_8010;Ljava/util/function/Predicate;Lnet/minecraft/server/command/CloneCommand$Mode;)I
-