Package net.minecraft.server.command
Class ExecuteCommand.IfUnlessRedirector
java.lang.Object
net.minecraft.server.command.ExecuteCommand.IfUnlessRedirector
- All Implemented Interfaces:
 com.mojang.brigadier.RedirectModifier<ServerCommandSource>,Forkable<ServerCommandSource>,Forkable.RedirectModifier<ServerCommandSource>
- Enclosing class:
 ExecuteCommand
private static class ExecuteCommand.IfUnlessRedirector
extends Object
implements Forkable.RedirectModifier<ServerCommandSource>
- Mappings:
 Namespace Name named net/minecraft/server/command/ExecuteCommand$IfUnlessRedirectorintermediary net/minecraft/class_3050$class_8831official amy$d
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.command.Forkable
Forkable.RedirectModifier<T> - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ServerCommandSource serverCommandSource, List<ServerCommandSource> list, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, ExecutionFlags executionFlags, ExecutionControl<ServerCommandSource> executionControl) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.command.Forkable.RedirectModifier
apply 
- 
Field Details
- 
predicate
- Mappings:
 Namespace Name Mixin selector named predicateLnet/minecraft/server/command/ExecuteCommand$IfUnlessRedirector;predicate:Ljava/util/function/IntPredicate;intermediary field_46643Lnet/minecraft/class_3050$class_8831;field_46643:Ljava/util/function/IntPredicate;official aLamy$d;a:Ljava/util/function/IntPredicate;
 
 - 
 - 
Constructor Details
- 
IfUnlessRedirector
IfUnlessRedirector(boolean success) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/server/command/ExecuteCommand$IfUnlessRedirector;<init>(Z)Vintermediary <init>Lnet/minecraft/class_3050$class_8831;<init>(Z)Vofficial <init>Lamy$d;<init>(Z)V
 
 - 
 - 
Method Details
- 
execute
public void execute(ServerCommandSource serverCommandSource, List<ServerCommandSource> list, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, ExecutionFlags executionFlags, ExecutionControl<ServerCommandSource> executionControl) - Specified by:
 executein interfaceForkable<ServerCommandSource>- Mappings:
 Namespace Name Mixin selector named executeLnet/minecraft/server/command/ExecuteCommand$IfUnlessRedirector;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/command/ExecutionFlags;Lnet/minecraft/command/ExecutionControl;)Vintermediary method_54854Lnet/minecraft/class_3050$class_8831;method_54854(Lnet/minecraft/class_2168;Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/class_8855;)Vofficial aLamy$d;a(Lex;Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;Lhs;Lhy;)V
 
 -