Uses of Interface
net.minecraft.server.ServerFunctionManager.TraceCallbacks
Packages that use ServerFunctionManager.TraceCallbacks
-
Uses of ServerFunctionManager.TraceCallbacks in net.minecraft.commands
Methods in net.minecraft.commands with parameters of type ServerFunctionManager.TraceCallbacksModifier and TypeMethodDescriptionvoidCommandFunction.CommandEntry.execute(ServerFunctionManager p_164879_, CommandSourceStack p_164880_, Deque<ServerFunctionManager.QueuedCommand> p_164881_, int p_164882_, int p_164883_, ServerFunctionManager.TraceCallbacks p_164884_) voidCommandFunction.Entry.execute(ServerFunctionManager p_164885_, CommandSourceStack p_164886_, Deque<ServerFunctionManager.QueuedCommand> p_164887_, int p_164888_, int p_164889_, ServerFunctionManager.TraceCallbacks p_164890_) voidCommandFunction.FunctionEntry.execute(ServerFunctionManager p_164902_, CommandSourceStack p_164903_, Deque<ServerFunctionManager.QueuedCommand> p_164904_, int p_164905_, int p_164906_, ServerFunctionManager.TraceCallbacks p_164907_) -
Uses of ServerFunctionManager.TraceCallbacks in net.minecraft.server
Fields in net.minecraft.server declared as ServerFunctionManager.TraceCallbacksModifier and TypeFieldDescriptionprivate final ServerFunctionManager.TraceCallbacksServerFunctionManager.ExecutionContext.tracerMethods in net.minecraft.server with parameters of type ServerFunctionManager.TraceCallbacksModifier and TypeMethodDescriptionintServerFunctionManager.execute(CommandFunction p_179961_, CommandSourceStack p_179962_, ServerFunctionManager.TraceCallbacks p_179963_) voidServerFunctionManager.QueuedCommand.execute(ServerFunctionManager p_179986_, Deque<ServerFunctionManager.QueuedCommand> p_179987_, int p_179988_, ServerFunctionManager.TraceCallbacks p_179989_) Constructors in net.minecraft.server with parameters of type ServerFunctionManager.TraceCallbacksModifierConstructorDescription(package private) -
Uses of ServerFunctionManager.TraceCallbacks in net.minecraft.server.commands
Classes in net.minecraft.server.commands that implement ServerFunctionManager.TraceCallbacks