Uses of Interface
com.mojang.brigadier.RedirectModifier
Packages that use RedirectModifier
Package
Description
-
Uses of RedirectModifier in com.mojang.brigadier.builder
Fields in com.mojang.brigadier.builder declared as RedirectModifierMethods in com.mojang.brigadier.builder that return RedirectModifierMethods in com.mojang.brigadier.builder with parameters of type RedirectModifierModifier and TypeMethodDescriptionArgumentBuilder.fork(CommandNode<S> target, RedirectModifier<S> modifier) ArgumentBuilder.forward(CommandNode<S> target, RedirectModifier<S> modifier, boolean fork) -
Uses of RedirectModifier in com.mojang.brigadier.context
Fields in com.mojang.brigadier.context declared as RedirectModifierModifier and TypeFieldDescriptionprivate final RedirectModifier<S> CommandContext.modifierModifier of source.private RedirectModifier<S> CommandContextBuilder.modifierMethods in com.mojang.brigadier.context that return RedirectModifierConstructors in com.mojang.brigadier.context with parameters of type RedirectModifierModifierConstructorDescriptionCommandContext(S source, String input, Map<String, ParsedArgument<S, ?>> arguments, Command<S> command, CommandNode<S> rootNode, List<ParsedCommandNode<S>> nodes, StringRange range, CommandContext<S> child, RedirectModifier<S> modifier, boolean forks) -
Uses of RedirectModifier in com.mojang.brigadier.tree
Fields in com.mojang.brigadier.tree declared as RedirectModifierMethods in com.mojang.brigadier.tree that return RedirectModifierConstructors in com.mojang.brigadier.tree with parameters of type RedirectModifierModifierConstructorDescriptionArgumentCommandNode(String name, ArgumentType<T> type, Command<S> command, Predicate<S> requirement, CommandNode<S> redirect, RedirectModifier<S> modifier, boolean forks, SuggestionProvider<S> customSuggestions) protectedCommandNode(Command<S> command, Predicate<S> requirement, CommandNode<S> redirect, RedirectModifier<S> modifier, boolean forks) LiteralCommandNode(String literal, Command<S> command, Predicate<S> requirement, CommandNode<S> redirect, RedirectModifier<S> modifier, boolean forks) -
Uses of RedirectModifier in net.minecraft.commands.execution
Subinterfaces of RedirectModifier in net.minecraft.commands.execution -
Uses of RedirectModifier in net.minecraft.server.commands
Classes in net.minecraft.server.commands that implement RedirectModifierModifier and TypeClassDescriptionprivate static classprivate static classMethods in net.minecraft.server.commands that return RedirectModifierModifier and TypeMethodDescriptionprivate static RedirectModifier<CommandSourceStack> ExecuteCommand.expandOneToManyEntityRelation(Function<Entity, Stream<Entity>> unpacker) private static RedirectModifier<CommandSourceStack> ExecuteCommand.expandOneToOneEntityRelation(Function<Entity, Optional<Entity>> unpacker)