net.minecraft.server.command

public class FillCommand

qo
net.minecraft.class_2170
net.minecraft.server.command.FillCommand
net.minecraft.command.impl.FillCommand
net.minecraft.command.impl.FillCommand

Field summary

Modifier and TypeField
private static final Dynamic2CommandExceptionType
a
field_21745
AREA_TOO_LARGE_EXCEPTION
field_198473_a
TOO_BIG_EXCEPTION
private static final BlockInput
b
field_21746
HOLLOW_CORE
field_198474_b
AIR
private static final SimpleCommandExceptionType
c
field_21747
NOTHING_HAPPENED_EXCEPTION
field_198475_c
FAILED_EXCEPTION

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<bu> arg0)
method_20778(com.mojang.brigadier.CommandDispatcher<class_3915> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_198465_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int
a(bu arg0, bwf arg1, ct arg2, qo$a arg3, Predicate<blh> arg4)
method_20777(class_3915 arg0, class_1251 arg1, class_4213 arg2, class_2170$class_4423 arg3, Predicate<class_2235> arg4)
fillBlocks(CommandSourceStack source, StructureBox bounds, BlockInput block, FillCommand$Mode mode, Predicate<BlockPointer> predicate)
func_198463_a(CommandSource arg0, MutableBoundingBox arg1, BlockStateInput arg2, FillCommand$Mode arg3, Predicate<BlockWorldState> arg4)
doFill(CommandSource source, MutableBoundingBox area, BlockStateInput newBlock, FillCommand$Mode mode, Predicate<BlockWorldState> replacingPredicate)