Uses of Class
net.minecraft.server.function.FunctionLoader
-
Uses of FunctionLoader in net.minecraft.server
Modifier and TypeMethodDescriptionDataPackContents.getFunctionLoader()
Returns the function loader. -
Uses of FunctionLoader in net.minecraft.server.function
Modifier and TypeFieldDescriptionprivate FunctionLoader
CommandFunctionManager.loader
The source of functions for this command function manager.Modifier and TypeMethodDescriptionprivate void
CommandFunctionManager.load
(FunctionLoader loader) void
CommandFunctionManager.setFunctions
(FunctionLoader loader) Sets the functions that this command function manager will use in executions.ModifierConstructorDescriptionCommandFunctionManager
(MinecraftServer server, FunctionLoader loader)