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 p_136126_) void
ServerFunctionManager.replaceLibrary
(ServerFunctionLibrary p_136121_) Constructors in net.minecraft.server with parameters of type ServerFunctionLibraryModifierConstructorDescriptionServerFunctionManager
(MinecraftServer p_136110_, ServerFunctionLibrary p_136111_)