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