Uses of Interface
net.minecraft.server.command.FillCommand.OptionalArgumentResolver
Packages that use FillCommand.OptionalArgumentResolver
-
Uses of FillCommand.OptionalArgumentResolver in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type FillCommand.OptionalArgumentResolverModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder
<ServerCommandSource, ?> FillCommand.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)