Class CloneCommands

java.lang.Object
net.minecraft.server.commands.CloneCommands

public class CloneCommands extends Object
  • Field Details

    • MAX_CLONE_AREA

      private static final int MAX_CLONE_AREA
      See Also:
      Constant Field Values
    • ERROR_OVERLAP

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_OVERLAP
    • ERROR_AREA_TOO_LARGE

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType ERROR_AREA_TOO_LARGE
    • ERROR_FAILED

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_FAILED
    • FILTER_AIR

      public static final Predicate<BlockInWorld> FILTER_AIR
  • Constructor Details

    • CloneCommands

      public CloneCommands()
  • Method Details