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/CommandFunctionAction- intermediary - net/minecraft/class_8862- official - ie
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionCommandFunctionAction(Procedure<T> function, ReturnValueConsumer returnValueConsumer, boolean propagateReturn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(T t, CommandExecutionContext<T> commandExecutionContext, Frame frame) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.command.SourcedCommandActionbind
- 
Field Details- 
function- Mappings:
- Namespace - Name - Mixin selector - named - function- Lnet/minecraft/command/CommandFunctionAction;function:Lnet/minecraft/server/function/Procedure;- intermediary - field_46747- Lnet/minecraft/class_8862;field_46747:Lnet/minecraft/class_8868;- official - a- Lie;a:Lin;
 
- 
returnValueConsumer- Mappings:
- Namespace - Name - Mixin selector - named - returnValueConsumer- Lnet/minecraft/command/CommandFunctionAction;returnValueConsumer:Lnet/minecraft/command/ReturnValueConsumer;- intermediary - field_47166- Lnet/minecraft/class_8862;field_47166:Lnet/minecraft/class_8935;- official - b- Lie;b:Leu;
 
- 
propagateReturnprivate final boolean propagateReturn- Mappings:
- Namespace - Name - Mixin selector - named - propagateReturn- Lnet/minecraft/command/CommandFunctionAction;propagateReturn:Z- intermediary - field_47167- Lnet/minecraft/class_8862;field_47167:Z- official - c- Lie;c:Z
 
 
- 
- 
Constructor Details- 
CommandFunctionActionpublic 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)V- intermediary - <init>- Lnet/minecraft/class_8862;<init>(Lnet/minecraft/class_8868;Lnet/minecraft/class_8935;Z)V- official - <init>- Lie;<init>(Lin;Leu;Z)V
 
 
- 
- 
Method Details- 
execute- Specified by:
- executein interface- SourcedCommandAction<T extends AbstractServerCommandSource<T>>
- Mappings:
- Namespace - Name - Mixin selector - named - execute- Lnet/minecraft/command/CommandFunctionAction;execute(Lnet/minecraft/server/command/AbstractServerCommandSource;Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;)V- intermediary - method_54851- Lnet/minecraft/class_8862;method_54851(Lnet/minecraft/class_8839;Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)V- official - a- Lie;a(Lez;Lhx;Lhz;)V
 
 
-