Uses of Class
net.minecraft.server.ReloadableServerResources
Package
Description
-
Uses of ReloadableServerResources in net.minecraft.client.gui.screens.worldselection
Modifier and TypeFieldDescriptionprivate final ReloadableServerResources
WorldCreationContext.dataPackResources
The field for thedataPackResources
record component.Modifier and TypeMethodDescriptionWorldCreationContext.dataPackResources()
Returns the value of thedataPackResources
record component.Modifier and TypeMethodDescriptionvoid
WorldOpenFlows.createLevelFromExistingSettings
(LevelStorageSource.LevelStorageAccess p_250919_, ReloadableServerResources p_248897_, LayeredRegistryAccess<RegistryLayer> p_250801_, WorldData p_251654_) ModifierConstructorDescriptionWorldCreationContext
(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
Modifier and TypeFieldDescriptionprivate final ReloadableServerResources
WorldStem.dataPackResources
The field for thedataPackResources
record component.private final ReloadableServerResources
MinecraftServer.ReloadableResources.managers
The field for themanagers
record component.Modifier and TypeMethodDescriptionWorldStem.dataPackResources()
Returns the value of thedataPackResources
record component.MinecraftServer.ReloadableResources.managers()
Returns the value of themanagers
record component.Modifier and TypeMethodDescriptionReloadableServerResources.loadResources
(ResourceManager p_248588_, RegistryAccess.Frozen p_251163_, FeatureFlagSet p_250212_, Commands.CommandSelection p_249301_, int p_251126_, Executor p_249136_, Executor p_249601_) Modifier and TypeMethodDescriptionWorldLoader.ResultFactory.create
(CloseableResourceManager p_214408_, ReloadableServerResources p_214409_, LayeredRegistryAccess<RegistryLayer> p_248844_, D p_214411_) ModifierConstructorDescriptionReloadableResources
(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.minecraftforge.event
Modifier and TypeFieldDescriptionprivate final ReloadableServerResources
AddReloadListenerEvent.serverResources
Modifier and TypeMethodDescriptionstatic List<PreparableReloadListener>
ForgeEventFactory.onResourceReload
(ReloadableServerResources serverResources, RegistryAccess registryAccess) ModifierConstructorDescriptionAddReloadListenerEvent
(ReloadableServerResources serverResources, RegistryAccess registryAccess)