Package net.minecraft.server
Class ServerFunctionManager.QueuedCommand
java.lang.Object
net.minecraft.server.ServerFunctionManager.QueuedCommand
- Enclosing class:
- ServerFunctionManager
-
Field Summary
Modifier and TypeFieldDescription(package private) int
private CommandFunction.Entry
private CommandSourceStack
-
Constructor Summary
ConstructorDescriptionQueuedCommand(CommandSourceStack p_179982_, int p_179983_, CommandFunction.Entry p_179984_)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute(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
-