Package net.minecraft.command
Interface FunctionObject.IEntry
- All Known Implementing Classes:
FunctionObject.CommandEntry
,FunctionObject.FunctionEntry
- Enclosing class:
- FunctionObject
public static interface FunctionObject.IEntry
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(FunctionManager p_196998_1_, CommandSource p_196998_2_, ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_)
-
Method Details
-
execute
void execute(FunctionManager p_196998_1_, CommandSource p_196998_2_, ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-