Package net.minecraft.commands
Class CommandFunction.CommandEntry
java.lang.Object
net.minecraft.commands.CommandFunction.CommandEntry
- All Implemented Interfaces:
- CommandFunction.Entry
- Enclosing class:
- CommandFunction
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final com.mojang.brigadier.ParseResults<CommandSourceStack>
- 
Constructor SummaryConstructorsConstructorDescriptionCommandEntry(com.mojang.brigadier.ParseResults<CommandSourceStack> p_78006_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate intexecute(ServerFunctionManager p_164876_, CommandSourceStack p_164877_) voidexecute(ServerFunctionManager p_164879_, CommandSourceStack p_164880_, Deque<ServerFunctionManager.QueuedCommand> p_164881_, int p_164882_, int p_164883_, ServerFunctionManager.TraceCallbacks p_164884_) toString()
- 
Field Details- 
parse
 
- 
- 
Constructor Details- 
CommandEntry
 
- 
- 
Method Details- 
executepublic void execute(ServerFunctionManager p_164879_, CommandSourceStack p_164880_, Deque<ServerFunctionManager.QueuedCommand> p_164881_, int p_164882_, int p_164883_, @Nullable ServerFunctionManager.TraceCallbacks p_164884_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- executein interface- CommandFunction.Entry
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
executeprivate int execute(ServerFunctionManager p_164876_, CommandSourceStack p_164877_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
toString
 
-