Uses of Class
net.minecraft.server.function.FunctionLoader
Package | Description |
---|---|
net.minecraft.resource |
Provides resources to Minecraft, including resource access and provision.
|
net.minecraft.server.function |
-
Uses of FunctionLoader in net.minecraft.resource
Fields in net.minecraft.resource declared as FunctionLoader Modifier and Type Field Description private FunctionLoader
ServerResourceManager. functionLoader
Methods in net.minecraft.resource that return FunctionLoader Modifier and Type Method Description FunctionLoader
ServerResourceManager. getFunctionLoader()
-
Uses of FunctionLoader in net.minecraft.server.function
Fields in net.minecraft.server.function declared as FunctionLoader Modifier and Type Field Description private FunctionLoader
CommandFunctionManager. loader
Methods in net.minecraft.server.function with parameters of type FunctionLoader Modifier and Type Method Description private void
CommandFunctionManager. initialize(FunctionLoader loader)
void
CommandFunctionManager. update(FunctionLoader loader)
Called to update the loaded functions on datapack reload.Constructors in net.minecraft.server.function with parameters of type FunctionLoader Constructor Description CommandFunctionManager(MinecraftServer server, FunctionLoader loader)