Package net.minecraft.command
Class CommandFunctionAction<T>
java.lang.Object
net.minecraft.command.CommandFunctionAction<T>
- All Implemented Interfaces:
SourcedCommandAction<T>
- Mappings:
Namespace Name official gtintermediary net/minecraft/class_8862named net/minecraft/command/CommandFunctionAction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(T source, CommandExecutionContext<T> context, int depth) 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 official aLgt;a:Lgz;intermediary field_46747Lnet/minecraft/class_8862;field_46747:Lnet/minecraft/class_8868;named functionLnet/minecraft/command/CommandFunctionAction;function:Lnet/minecraft/server/function/Procedure;
-
-
Constructor Details
-
CommandFunctionAction
- Mappings:
Namespace Name Mixin selector official <init>Lgt;<init>(Lgz;)Vintermediary <init>Lnet/minecraft/class_8862;<init>(Lnet/minecraft/class_8868;)Vnamed <init>Lnet/minecraft/command/CommandFunctionAction;<init>(Lnet/minecraft/server/function/Procedure;)V
-
-
Method Details
-
execute
- Specified by:
executein interfaceSourcedCommandAction<T>- Mappings:
Namespace Name Mixin selector official executeLgq;execute(Ljava/lang/Object;Lgn;I)Vintermediary executeLnet/minecraft/class_8856;execute(Ljava/lang/Object;Lnet/minecraft/class_8854;I)Vnamed executeLnet/minecraft/command/SourcedCommandAction;execute(Ljava/lang/Object;Lnet/minecraft/command/CommandExecutionContext;I)V
-