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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(FunctionManager p_196998_1_, CommandSource p_196998_2_, java.util.ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_)
-
-
-
Method Detail
-
execute
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
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
-