Uses of Class
net.minecraft.server.ReloadableServerResources
Packages that use ReloadableServerResources
Package
Description
-
Uses of ReloadableServerResources in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as ReloadableServerResourcesModifier and TypeFieldDescriptionprivate final ReloadableServerResources
WorldCreationContext.dataPackResources
The field for thedataPackResources
record component.Methods in net.minecraft.client.gui.screens.worldselection that return ReloadableServerResourcesModifier and TypeMethodDescriptionWorldCreationContext.dataPackResources()
Returns the value of thedataPackResources
record component.Methods in net.minecraft.client.gui.screens.worldselection with parameters of type ReloadableServerResourcesModifier and TypeMethodDescriptionvoid
WorldOpenFlows.createLevelFromExistingSettings
(LevelStorageSource.LevelStorageAccess pLevelStorage, ReloadableServerResources pResources, LayeredRegistryAccess<RegistryLayer> pRegistries, WorldData pWorldData) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type ReloadableServerResourcesModifierConstructorDescriptionWorldCreationContext
(WorldGenSettings p_249130_, LayeredRegistryAccess<RegistryLayer> p_248513_, ReloadableServerResources p_251786_, WorldDataConfiguration p_248593_) WorldCreationContext
(WorldOptions options, Registry<LevelStem> datapackDimensions, WorldDimensions selectedDimensions, LayeredRegistryAccess<RegistryLayer> worldgenRegistries, ReloadableServerResources dataPackResources, WorldDataConfiguration dataConfiguration) Creates an instance of aWorldCreationContext
record class.WorldCreationContext
(WorldOptions p_249836_, WorldDimensions p_250641_, LayeredRegistryAccess<RegistryLayer> p_251794_, ReloadableServerResources p_250560_, WorldDataConfiguration p_248539_) -
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 pResourceManager, LayeredRegistryAccess<RegistryLayer> pRegistries, FeatureFlagSet pEnabledFeatures, Commands.CommandSelection pCommandSelection, int pFunctionCompilationLevel, Executor pBackgroundExecutor, Executor pGameExecutor) Methods in net.minecraft.server with parameters of type ReloadableServerResourcesModifier and TypeMethodDescriptionWorldLoader.ResultFactory.create
(CloseableResourceManager pManager, ReloadableServerResources pResources, LayeredRegistryAccess<RegistryLayer> pRegistryAccess, D pCookie) 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, LayeredRegistryAccess<RegistryLayer> registries, WorldData worldData) Creates an instance of aWorldStem
record class. -
Uses of ReloadableServerResources in net.neoforged.neoforge.event
Fields in net.neoforged.neoforge.event declared as ReloadableServerResourcesModifier and TypeFieldDescriptionprivate final ReloadableServerResources
AddReloadListenerEvent.serverResources
Methods in net.neoforged.neoforge.event that return ReloadableServerResourcesMethods in net.neoforged.neoforge.event with parameters of type ReloadableServerResourcesModifier and TypeMethodDescriptionstatic List
<PreparableReloadListener> EventHooks.onResourceReload
(ReloadableServerResources serverResources, RegistryAccess registryAccess) Constructors in net.neoforged.neoforge.event with parameters of type ReloadableServerResourcesModifierConstructorDescriptionAddReloadListenerEvent
(ReloadableServerResources serverResources, RegistryAccess registryAccess)