Uses of Class
net.minecraft.server.function.FunctionLoader
Packages that use FunctionLoader
-
Uses of FunctionLoader in net.minecraft.server
Fields in net.minecraft.server declared as FunctionLoaderMethods in net.minecraft.server that return FunctionLoaderModifier and TypeMethodDescriptionDataPackContents.getFunctionLoader()
Returns the function loader. -
Uses of FunctionLoader in net.minecraft.server.function
Fields in net.minecraft.server.function declared as FunctionLoaderModifier and TypeFieldDescriptionprivate FunctionLoader
CommandFunctionManager.loader
The source of functions for this command function manager.Methods in net.minecraft.server.function with parameters of type FunctionLoaderModifier and TypeMethodDescriptionprivate void
CommandFunctionManager.load
(FunctionLoader loader) void
CommandFunctionManager.setFunctions
(FunctionLoader loader) Sets the functions that this command function manager will use in executions.Constructors in net.minecraft.server.function with parameters of type FunctionLoaderModifierConstructorDescriptionCommandFunctionManager
(MinecraftServer server, FunctionLoader loader)