Uses of Interface
net.minecraft.server.command.FillCommand.ArgumentResolver
Packages that use FillCommand.ArgumentResolver
-
Uses of FillCommand.ArgumentResolver in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type FillCommand.ArgumentResolverModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> FillCommand.buildModeTree(CommandRegistryAccess registries, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> argumentBuilder, FillCommand.ArgumentResolver<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockPos> from, FillCommand.ArgumentResolver<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockPos> to, FillCommand.ArgumentResolver<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockStateArgument> state, FillCommand.OptionalArgumentResolver<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, Predicate<CachedBlockPosition>> filter)