Uses of Class
net.minecraft.server.ServerFunctionManager
Packages that use ServerFunctionManager
-
Uses of ServerFunctionManager in net.minecraft.commands
Methods in net.minecraft.commands with parameters of type ServerFunctionManagerModifier and TypeMethodDescriptionprivate int
CommandFunction.CommandEntry.execute
(ServerFunctionManager p_164876_, CommandSourceStack p_164877_) void
CommandFunction.CommandEntry.execute
(ServerFunctionManager p_164879_, CommandSourceStack p_164880_, Deque<ServerFunctionManager.QueuedCommand> p_164881_, int p_164882_, int p_164883_, ServerFunctionManager.TraceCallbacks p_164884_) void
CommandFunction.Entry.execute
(ServerFunctionManager p_164885_, CommandSourceStack p_164886_, Deque<ServerFunctionManager.QueuedCommand> p_164887_, int p_164888_, int p_164889_, ServerFunctionManager.TraceCallbacks p_164890_) void
CommandFunction.FunctionEntry.execute
(ServerFunctionManager p_164902_, CommandSourceStack p_164903_, Deque<ServerFunctionManager.QueuedCommand> p_164904_, int p_164905_, int p_164906_, ServerFunctionManager.TraceCallbacks p_164907_) CommandFunction.CacheableFunction.get
(ServerFunctionManager p_78003_) -
Uses of ServerFunctionManager in net.minecraft.server
Fields in net.minecraft.server declared as ServerFunctionManagerModifier and TypeFieldDescriptionprivate final ServerFunctionManager
MinecraftServer.functionManager
Methods in net.minecraft.server that return ServerFunctionManagerMethods in net.minecraft.server with parameters of type ServerFunctionManagerModifier and TypeMethodDescriptionvoid
ServerFunctionManager.QueuedCommand.execute
(ServerFunctionManager p_179986_, Deque<ServerFunctionManager.QueuedCommand> p_179987_, int p_179988_, ServerFunctionManager.TraceCallbacks p_179989_)