net.minecraft.server.command

public class FillCommand

net.minecraft.server.commands.FillCommand
net.minecraft.server.commands.FillCommand
net.minecraft.class_3057
net.minecraft.server.command.FillCommand

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
ERROR_AREA_TOO_LARGE
ERROR_AREA_TOO_LARGE
field_13649
TOO_BIG_EXCEPTION
private static final BlockStateArgument
HOLLOW_CORE
HOLLOW_CORE
field_13648
AIR_BLOCK_ARGUMENT
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_FAILED
ERROR_FAILED
field_13650
FAILED_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, CommandBuildContext context)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, CommandBuildContext context)
method_13347(com.mojang.brigadier.CommandDispatcher<class_2168> arg0, class_7157 arg1)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess commandRegistryAccess)
private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>
wrapWithMode(CommandBuildContext context, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> builder, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> from, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> to, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockInput> block, FillCommand$NullableCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> filter)
wrapWithMode(CommandBuildContext context, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> builder, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> from, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> to, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockInput> block, FillCommand$NullableCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> filter)
method_65987(class_7157 arg0, com.mojang.brigadier.builder.ArgumentBuilder<class_2168, ?> arg1, class_10618<com.mojang.brigadier.context.CommandContext<class_2168>, class_2338> arg2, class_10618<com.mojang.brigadier.context.CommandContext<class_2168>, class_2338> arg3, class_10618<com.mojang.brigadier.context.CommandContext<class_2168>, class_2247> arg4, class_3057$class_10557<com.mojang.brigadier.context.CommandContext<class_2168>, Predicate<class_2694>> arg5)
buildModeTree(CommandRegistryAccess registries, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> argumentBuilder, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockPos> from, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockPos> to, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockStateArgument> state, FillCommand$OptionalArgumentResolver<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, Predicate<CachedBlockPosition>> filter)
private static int
fillBlocks(CommandSourceStack source, BoundingBox region, BlockInput target, FillCommand$Mode mode, Predicate<BlockInWorld> predicate, boolean strict)
fillBlocks(CommandSourceStack source, BoundingBox region, BlockInput target, FillCommand$Mode mode, Predicate<BlockInWorld> predicate, boolean strict)
method_13354(class_2168 arg0, class_3341 arg1, class_2247 arg2, class_3057$class_3058 arg3, Predicate<class_2694> arg4, boolean arg5)
execute(ServerCommandSource source, BlockBox range, BlockStateArgument block, FillCommand$Mode mode, Predicate<CachedBlockPosition> filter, boolean strict)