public class FillCommand
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
(package private) static class  | 
FillCommand.Mode  | 
| Modifier and Type | Field and Description | 
|---|---|
private static BlockStateInput | 
AIR  | 
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType | 
FAILED_EXCEPTION  | 
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType | 
TOO_BIG_EXCEPTION  | 
| Constructor and Description | 
|---|
FillCommand()  | 
| Modifier and Type | Method and Description | 
|---|---|
private static int | 
doFill(CommandSource source,
      MutableBoundingBox area,
      BlockStateInput newBlock,
      FillCommand.Mode mode,
      java.util.function.Predicate<CachedBlockInfo> replacingPredicate)  | 
static void | 
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)  | 
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType TOO_BIG_EXCEPTION
private static final BlockStateInput AIR
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int doFill(CommandSource source, MutableBoundingBox area, BlockStateInput newBlock, FillCommand.Mode mode, @Nullable java.util.function.Predicate<CachedBlockInfo> replacingPredicate) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException