Package net.minecraft.server
Class ServerFunctionManager.QueuedCommand
java.lang.Object
net.minecraft.server.ServerFunctionManager.QueuedCommand
- Enclosing class:
- ServerFunctionManager
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) final intprivate final CommandFunction.Entryprivate final CommandSourceStack
- 
Constructor SummaryConstructorsConstructorDescriptionQueuedCommand(CommandSourceStack p_179982_, int p_179983_, CommandFunction.Entry p_179984_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(ServerFunctionManager p_179986_, Deque<ServerFunctionManager.QueuedCommand> p_179987_, int p_179988_, ServerFunctionManager.TraceCallbacks p_179989_) toString()
- 
Field Details- 
sender
- 
depthfinal int depth
- 
entry
 
- 
- 
Constructor Details- 
QueuedCommand
 
- 
- 
Method Details- 
executepublic void execute(ServerFunctionManager p_179986_, Deque<ServerFunctionManager.QueuedCommand> p_179987_, int p_179988_, @Nullable ServerFunctionManager.TraceCallbacks p_179989_) 
- 
toString
 
-