Package net.minecraft.server.function
Class CommandFunction.CommandElement
java.lang.Object
net.minecraft.server.function.CommandFunction.CommandElement
- All Implemented Interfaces:
CommandFunction.Element
- Enclosing class:
- CommandFunction
public static class CommandFunction.CommandElement extends Object implements CommandFunction.Element
-
Field Summary
Fields Modifier and Type Field Description private com.mojang.brigadier.ParseResults<ServerCommandSource>
parsed
-
Constructor Summary
Constructors Constructor Description CommandElement(com.mojang.brigadier.ParseResults<ServerCommandSource> parsed)
-
Method Summary
Modifier and Type Method Description void
execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> deque, int maxChainLength)
String
toString()
-
Field Details
-
parsed
-
-
Constructor Details
-
CommandElement
-
-
Method Details
-
execute
public void execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> deque, int maxChainLength)- Specified by:
execute
in interfaceCommandFunction.Element
-
toString
-