Class FillCommand

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

public class FillCommand extends Object
  • Field Details

    • MAX_FILL_AREA

      private static final int MAX_FILL_AREA
      See Also:
      Constant Field Values
    • ERROR_AREA_TOO_LARGE

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

      static final BlockInput HOLLOW_CORE
    • ERROR_FAILED

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_FAILED
  • Constructor Details

    • FillCommand

      public FillCommand()
  • Method Details