Package net.minecraft.command
Interface Forkable.RedirectModifier<T>
- All Superinterfaces:
- Forkable<T>,- com.mojang.brigadier.RedirectModifier<T>
- All Known Implementing Classes:
- ExecuteCommand.IfUnlessRedirector,- ReturnCommand.ReturnRunRedirector
public static interface Forkable.RedirectModifier<T>
extends com.mojang.brigadier.RedirectModifier<T>, Forkable<T>
- Mappings:
- Namespace - Name - named - net/minecraft/command/Forkable$RedirectModifier- intermediary - net/minecraft/class_8851$class_8852- official - hj$a
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.command.ForkableForkable.RedirectModifier<T>
- 
Method Summary
- 
Method Details- 
applydefault Collection<T> apply(com.mojang.brigadier.context.CommandContext<T> context) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- applyin interface- com.mojang.brigadier.RedirectModifier<T>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/command/Forkable$RedirectModifier;apply(Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/Collection;- intermediary - apply- Lnet/minecraft/class_8851$class_8852;apply(Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/Collection;- official - apply- Lhj$a;apply(Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/Collection;
 
 
-