Uses of Interface
net.minecraft.server.commands.FillCommand.NullableCommandFunction
Packages that use FillCommand.NullableCommandFunction
-
Uses of FillCommand.NullableCommandFunction in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type FillCommand.NullableCommandFunctionModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> FillCommand.wrapWithMode
(CommandBuildContext pBuildContext, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> pFrom, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> pTo, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockInput> pBlock, FillCommand.NullableCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> pFilter)