Uses of Class
net.minecraft.server.function.FunctionLoader
Packages that use FunctionLoader
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
Uses of FunctionLoader in net.minecraft.resource
Fields in net.minecraft.resource declared as FunctionLoaderModifier and TypeFieldDescriptionprivate final FunctionLoaderServerResourceManager.functionLoaderMethods in net.minecraft.resource that return FunctionLoader -
Uses of FunctionLoader in net.minecraft.server.function
Fields in net.minecraft.server.function declared as FunctionLoaderModifier and TypeFieldDescriptionprivate FunctionLoaderCommandFunctionManager.loaderThe source of functions for this command function manager.Methods in net.minecraft.server.function with parameters of type FunctionLoaderModifier and TypeMethodDescriptionprivate voidCommandFunctionManager.load(FunctionLoader loader) voidCommandFunctionManager.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)