Package net.minecraft.command
Class CommandFunctionAction<T extends AbstractServerCommandSource<T>>
java.lang.Object
net.minecraft.command.CommandFunctionAction<T>
- All Implemented Interfaces:
 SourcedCommandAction<T>
public class CommandFunctionAction<T extends AbstractServerCommandSource<T>>
extends Object
implements SourcedCommandAction<T>
- Mappings:
 Namespace Name named net/minecraft/command/CommandFunctionActionintermediary net/minecraft/class_8862official hs
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionCommandFunctionAction(Procedure<T> function, ReturnValueConsumer returnValueConsumer, boolean propagateReturn)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(T t, CommandExecutionContext<T> commandExecutionContext, Frame frame) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.command.SourcedCommandAction
bind 
- 
Field Details
- 
function
- Mappings:
 Namespace Name Mixin selector named functionLnet/minecraft/command/CommandFunctionAction;function:Lnet/minecraft/server/function/Procedure;intermediary field_46747Lnet/minecraft/class_8862;field_46747:Lnet/minecraft/class_8868;official aLhs;a:Lia;
 - 
returnValueConsumer
- Mappings:
 Namespace Name Mixin selector named returnValueConsumerLnet/minecraft/command/CommandFunctionAction;returnValueConsumer:Lnet/minecraft/command/ReturnValueConsumer;intermediary field_47166Lnet/minecraft/class_8862;field_47166:Lnet/minecraft/class_8935;official bLhs;b:Leh;
 - 
propagateReturn
private final boolean propagateReturn- Mappings:
 Namespace Name Mixin selector named propagateReturnLnet/minecraft/command/CommandFunctionAction;propagateReturn:Zintermediary field_47167Lnet/minecraft/class_8862;field_47167:Zofficial cLhs;c:Z
 
 - 
 - 
Constructor Details
- 
CommandFunctionAction
public CommandFunctionAction(Procedure<T> function, ReturnValueConsumer returnValueConsumer, boolean propagateReturn) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/command/CommandFunctionAction;<init>(Lnet/minecraft/server/function/Procedure;Lnet/minecraft/command/ReturnValueConsumer;Z)Vintermediary <init>Lnet/minecraft/class_8862;<init>(Lnet/minecraft/class_8868;Lnet/minecraft/class_8935;Z)Vofficial <init>Lhs;<init>(Lia;Leh;Z)V
 
 - 
 - 
Method Details
- 
execute
- Specified by:
 executein interfaceSourcedCommandAction<T extends AbstractServerCommandSource<T>>- Mappings:
 Namespace Name Mixin selector named executeLnet/minecraft/command/CommandFunctionAction;execute(Lnet/minecraft/server/command/AbstractServerCommandSource;Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;)Vintermediary method_54851Lnet/minecraft/class_8862;method_54851(Lnet/minecraft/class_8839;Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)Vofficial aLhs;a(Lem;Lhl;Lhn;)V
 
 -