Class CloneCommand

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

public class CloneCommand extends Object
  • Field Details

    • 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<CachedBlockInfo> FILTER_AIR
  • Constructor Details

    • CloneCommand

      public CloneCommand()
  • Method Details