Class CloneCommand

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

public class CloneCommand
extends Object
  • Field Details

    • OVERLAP_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType OVERLAP_EXCEPTION
    • TOO_BIG_EXCEPTION

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType TOO_BIG_EXCEPTION
    • FAILED_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION
    • IS_AIR_PREDICATE

      public static final Predicate<CachedBlockPosition> IS_AIR_PREDICATE
  • Constructor Details

    • CloneCommand

      public CloneCommand()
  • Method Details