Uses of Class
net.minecraft.server.command.FillCommand.Mode
Package | Description |
---|---|
net.minecraft.server.command |
-
Uses of FillCommand.Mode in net.minecraft.server.command
Methods in net.minecraft.server.command that return FillCommand.Mode Modifier and Type Method Description static FillCommand.Mode
FillCommand.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FillCommand.Mode[]
FillCommand.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.server.command with parameters of type FillCommand.Mode Modifier and Type Method Description private static int
FillCommand. execute(ServerCommandSource source, BlockBox range, BlockStateArgument block, FillCommand.Mode mode, @Nullable Predicate<CachedBlockPosition> filter)