Uses of Interface
net.minecraft.command.ArgumentGetter
Packages that use ArgumentGetter
-
Uses of ArgumentGetter in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type ArgumentGetterModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder
<ServerCommandSource, ?> CloneCommand.appendMode
(CommandRegistryAccess registries, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.DimensionalPos> beginPosGetter, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.DimensionalPos> endPosGetter, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.DimensionalPos> destinationPosGetter, boolean strict, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder) private 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) private static com.mojang.brigadier.builder.ArgumentBuilder
<ServerCommandSource, ?> CloneCommand.createDestinationArgs
(CommandRegistryAccess registries, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, ServerWorld> currentWorldGetter, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, ServerWorld> targetWorldGetter) private static com.mojang.brigadier.builder.ArgumentBuilder
<ServerCommandSource, ?> CloneCommand.createModeArgs
(ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.DimensionalPos> beginPosGetter, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.DimensionalPos> endPosGetter, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, CloneCommand.DimensionalPos> destinationPosGetter, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, Predicate<CachedBlockPosition>> filterGetter, boolean strict, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder) private static com.mojang.brigadier.builder.ArgumentBuilder
<ServerCommandSource, ?> CloneCommand.createSourceArgs
(CommandRegistryAccess commandRegistryAccess, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, ServerWorld> worldGetter) static <T extends AbstractServerCommandSource<T>>
voidExecuteCommand.enqueueExecutions
(T baseSource, List<T> sources, Function<T, T> functionSourceGetter, IntPredicate predicate, com.mojang.brigadier.context.ContextChain<T> contextChain, @Nullable NbtCompound args, ExecutionControl<T> control, ArgumentGetter<com.mojang.brigadier.context.CommandContext<T>, Collection<CommandFunction<T>>> functionNamesGetter, ExecutionFlags flags) private static com.mojang.brigadier.builder.ArgumentBuilder
<ServerCommandSource, ?> TestCommand.testAttemptAndPlacementConfig
(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, TestFinder> finderGetter) private static com.mojang.brigadier.builder.ArgumentBuilder
<ServerCommandSource, ?> TestCommand.testAttemptConfig
(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, TestFinder> finderGetter) private static com.mojang.brigadier.builder.ArgumentBuilder
<ServerCommandSource, ?> TestCommand.testAttemptConfig
(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, TestFinder> finderGetter, Function<com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>> extraConfigAdder)