Uses of Class
net.minecraft.server.ServerFunctionLibrary
Packages that use ServerFunctionLibrary
-
Uses of ServerFunctionLibrary in net.minecraft.server
Fields in net.minecraft.server declared as ServerFunctionLibraryModifier and TypeFieldDescriptionprivate final ServerFunctionLibrary
ReloadableServerResources.functionLibrary
private ServerFunctionLibrary
ServerFunctionManager.library
Methods in net.minecraft.server that return ServerFunctionLibraryMethods in net.minecraft.server with parameters of type ServerFunctionLibraryModifier and TypeMethodDescriptionprivate void
ServerFunctionManager.postReload
(ServerFunctionLibrary pReloader) void
ServerFunctionManager.replaceLibrary
(ServerFunctionLibrary pReloader) Constructors in net.minecraft.server with parameters of type ServerFunctionLibraryModifierConstructorDescriptionServerFunctionManager
(MinecraftServer pServer, ServerFunctionLibrary pLibrary)