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 ReloadableServerResourcesWorldCreationContext.dataPackResourcesThe field for thedataPackResourcesrecord component.Methods in net.minecraft.client.gui.screens.worldselection that return ReloadableServerResourcesModifier and TypeMethodDescriptionWorldCreationContext.dataPackResources()Returns the value of thedataPackResourcesrecord component.Methods in net.minecraft.client.gui.screens.worldselection with parameters of type ReloadableServerResourcesModifier and TypeMethodDescriptionvoidWorldOpenFlows.createLevelFromExistingSettings(LevelStorageSource.LevelStorageAccess p_233108_, ReloadableServerResources p_233109_, RegistryAccess.Frozen p_233110_, WorldData p_233111_) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type ReloadableServerResourcesModifierConstructorDescriptionWorldCreationContext(WorldGenSettings worldGenSettings, com.mojang.serialization.Lifecycle worldSettingsStability, RegistryAccess.Frozen registryAccess, ReloadableServerResources dataPackResources) Creates an instance of aWorldCreationContextrecord class. -
Uses of ReloadableServerResources in net.minecraft.server
Fields in net.minecraft.server declared as ReloadableServerResourcesModifier and TypeFieldDescriptionprivate final ReloadableServerResourcesWorldStem.dataPackResourcesThe field for thedataPackResourcesrecord component.private final ReloadableServerResourcesMinecraftServer.ReloadableResources.managersThe field for themanagersrecord component.Methods in net.minecraft.server that return ReloadableServerResourcesModifier and TypeMethodDescriptionWorldStem.dataPackResources()Returns the value of thedataPackResourcesrecord component.MinecraftServer.ReloadableResources.managers()Returns the value of themanagersrecord 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_) Methods in net.minecraft.server with parameters of type ReloadableServerResourcesModifier and TypeMethodDescriptionWorldLoader.ResultFactory.create(CloseableResourceManager p_214408_, ReloadableServerResources p_214409_, RegistryAccess.Frozen p_214410_, D p_214411_) Constructors in net.minecraft.server with parameters of type ReloadableServerResourcesModifierConstructorDescriptionReloadableResources(CloseableResourceManager resourceManager, ReloadableServerResources managers) Creates an instance of aReloadableResourcesrecord class.WorldStem(CloseableResourceManager resourceManager, ReloadableServerResources dataPackResources, RegistryAccess.Frozen registryAccess, WorldData worldData) Creates an instance of aWorldStemrecord class. -
Uses of ReloadableServerResources in net.minecraftforge.event
Fields in net.minecraftforge.event declared as ReloadableServerResourcesModifier and TypeFieldDescriptionprivate final ReloadableServerResourcesAddReloadListenerEvent.serverResourcesMethods 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