Uses of Class
net.minecraft.server.ReloadableServerResources
Packages that use ReloadableServerResources
-
Uses of ReloadableServerResources in net.minecraft.server
Fields in net.minecraft.server declared as ReloadableServerResourcesModifier and TypeFieldDescriptionprivate final ReloadableServerResources
WorldStem.dataPackResources
The field for thedataPackResources
record component.private final ReloadableServerResources
MinecraftServer.ReloadableResources.managers
The field for themanagers
record component.Methods in net.minecraft.server that return ReloadableServerResourcesModifier and TypeMethodDescriptionWorldStem.dataPackResources()
Returns the value of thedataPackResources
record component.MinecraftServer.ReloadableResources.managers()
Returns the value of themanagers
record component.Methods in net.minecraft.server that return types with arguments of type ReloadableServerResourcesModifier and TypeMethodDescriptionReloadableServerResources.loadResources
(ResourceManager p_206862_, RegistryAccess.Frozen p_206863_, Commands.CommandSelection p_206864_, int p_206865_, Executor p_206866_, Executor p_206867_) Constructors in net.minecraft.server with parameters of type ReloadableServerResourcesModifierConstructorDescriptionReloadableResources
(CloseableResourceManager resourceManager, ReloadableServerResources managers) Creates an instance of aReloadableResources
record class.WorldStem
(CloseableResourceManager resourceManager, ReloadableServerResources dataPackResources, RegistryAccess.Frozen registryAccess, WorldData worldData) Creates an instance of aWorldStem
record class. -
Uses of ReloadableServerResources in net.minecraftforge.event
Fields in net.minecraftforge.event declared as ReloadableServerResourcesModifier and TypeFieldDescriptionprivate final ReloadableServerResources
AddReloadListenerEvent.serverResources
Methods in net.minecraftforge.event that return ReloadableServerResourcesMethods in net.minecraftforge.event with parameters of type ReloadableServerResourcesModifier and TypeMethodDescriptionstatic List<PreparableReloadListener>
ForgeEventFactory.onResourceReload
(ReloadableServerResources serverResources) Constructors in net.minecraftforge.event with parameters of type ReloadableServerResources