net.minecraft.server.command

public class CloneCommand

qd
net.minecraft.class_4410
net.minecraft.server.command.CloneCommand
net.minecraft.command.impl.CloneCommand
net.minecraft.command.impl.CloneCommand

Field summary

Modifier and TypeField
private static final SimpleCommandExceptionType
b
field_21707
OVERLAP_EXCEPTION
field_198284_b
OVERLAP_EXCEPTION
private static final Dynamic2CommandExceptionType
c
field_21708
AREA_TOO_LARGE_EXCEPTION
field_198285_c
CLONE_TOO_BIG_EXCEPTION
private static final SimpleCommandExceptionType
d
field_21709
CLONE_FAILED_EXCEPTION
field_198286_d
FAILED_EXCEPTION
public static final Predicate<BlockPointer>
a
field_21706
AIR_FILTER
field_198283_a
NOT_AIR

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<bu> arg0)
method_20587(com.mojang.brigadier.CommandDispatcher<class_3915> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_198265_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int
a(bu arg0, el arg1, el arg2, el arg3, Predicate<blh> arg4, qd$b arg5)
method_20586(class_3915 arg0, class_2552 arg1, class_2552 arg2, class_2552 arg3, Predicate<class_2235> arg4, class_4410$class_4411 arg5)
clone(CommandSourceStack source, BlockPos min, BlockPos max, BlockPos dst, Predicate<BlockPointer> filter, CloneCommand$Mode mode)
func_198274_a(CommandSource arg0, BlockPos arg1, BlockPos arg2, BlockPos arg3, Predicate<BlockWorldState> arg4, CloneCommand$Mode arg5)
doClone(CommandSource source, BlockPos beginPos, BlockPos endPos, BlockPos destPos, Predicate<BlockWorldState> filterPredicate, CloneCommand$Mode cloneMode)