public static class FunctionObject.CommandEntry extends java.lang.Object implements FunctionObject.IEntry
Modifier and Type | Field and Description |
---|---|
private com.mojang.brigadier.ParseResults<CommandSource> |
field_196999_a |
Constructor and Description |
---|
CommandEntry(com.mojang.brigadier.ParseResults<CommandSource> p_i47816_1_) |
Modifier and Type | Method and Description |
---|---|
void |
execute(FunctionManager p_196998_1_,
CommandSource p_196998_2_,
java.util.ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_,
int p_196998_4_) |
java.lang.String |
toString() |
private final com.mojang.brigadier.ParseResults<CommandSource> field_196999_a
public CommandEntry(com.mojang.brigadier.ParseResults<CommandSource> p_i47816_1_)
public void execute(FunctionManager p_196998_1_, CommandSource p_196998_2_, java.util.ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
execute
in interface FunctionObject.IEntry
com.mojang.brigadier.exceptions.CommandSyntaxException
public java.lang.String toString()
toString
in class java.lang.Object