public class FillCommand extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
FillCommand.Mode |
Modifier and Type | Field and Description |
---|---|
private static BlockStateArgument |
AIR_BLOCK_ARGUMENT |
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 |
execute(ServerCommandSource source,
BlockBox range,
BlockStateArgument block,
FillCommand.Mode mode,
Predicate<CachedBlockPosition> filter) |
static void |
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) |
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType TOO_BIG_EXCEPTION
private static final BlockStateArgument AIR_BLOCK_ARGUMENT
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int execute(ServerCommandSource source, BlockBox range, BlockStateArgument block, FillCommand.Mode mode, @Nullable Predicate<CachedBlockPosition> filter)