Package net.minecraft.command
Class CommandFunctionAction<T>
java.lang.Object
net.minecraft.command.CommandFunctionAction<T>
- All Implemented Interfaces:
SourcedCommandAction<T>
- Mappings:
Namespace Name official gt
intermediary net/minecraft/class_8862
named net/minecraft/command/CommandFunctionAction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(T source, CommandExecutionContext<T> context, int depth) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.command.SourcedCommandAction
bind
-
Field Details
-
function
- Mappings:
Namespace Name Mixin selector official a
Lgt;a:Lgz;
intermediary field_46747
Lnet/minecraft/class_8862;field_46747:Lnet/minecraft/class_8868;
named function
Lnet/minecraft/command/CommandFunctionAction;function:Lnet/minecraft/server/function/Procedure;
-
-
Constructor Details
-
CommandFunctionAction
- Mappings:
Namespace Name Mixin selector official <init>
Lgt;<init>(Lgz;)V
intermediary <init>
Lnet/minecraft/class_8862;<init>(Lnet/minecraft/class_8868;)V
named <init>
Lnet/minecraft/command/CommandFunctionAction;<init>(Lnet/minecraft/server/function/Procedure;)V
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceSourcedCommandAction<T>
- Mappings:
Namespace Name Mixin selector official execute
Lgq;execute(Ljava/lang/Object;Lgn;I)V
intermediary execute
Lnet/minecraft/class_8856;execute(Ljava/lang/Object;Lnet/minecraft/class_8854;I)V
named execute
Lnet/minecraft/command/SourcedCommandAction;execute(Ljava/lang/Object;Lnet/minecraft/command/CommandExecutionContext;I)V
-