Package net.minecraft.command
Class FunctionObject.CommandEntry
java.lang.Object
net.minecraft.command.FunctionObject.CommandEntry
- All Implemented Interfaces:
FunctionObject.IEntry
- Enclosing class:
- FunctionObject
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(FunctionManager p_196998_1_, CommandSource p_196998_2_, ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_) toString()
-
Field Details
-
parse
-
-
Constructor Details
-
CommandEntry
-
-
Method Details
-
execute
public 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 - Specified by:
execute
in interfaceFunctionObject.IEntry
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
toString
-