Uses of Class
net.minecraft.resource.ServerResourceManager
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.client | |
| net.minecraft.client.gui.screen.world | |
| net.minecraft.resource |
Provides resources to Minecraft, including resource access and provision.
|
| net.minecraft.server | |
| net.minecraft.server.dedicated | |
| net.minecraft.server.integrated |
-
Uses of ServerResourceManager in net.minecraft
Constructors in net.minecraft with parameters of type ServerResourceManager Constructor Description class_6306(Thread thread, LevelStorage.Session session, ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> collection, BlockPos blockPos, DynamicRegistryManager.Impl impl)class_6306(Thread thread, LevelStorage.Session session, ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> collection, BlockPos blockPos, DynamicRegistryManager.Impl impl, Registry<Biome> registry, Registry<DimensionType> registry2) -
Uses of ServerResourceManager in net.minecraft.client
Fields in net.minecraft.client declared as ServerResourceManager Modifier and Type Field Description private ServerResourceManagerMinecraftClient.IntegratedResourceManager. serverResourceManagerMethods in net.minecraft.client that return ServerResourceManager Modifier and Type Method Description ServerResourceManagerMinecraftClient.IntegratedResourceManager. getServerResourceManager()Constructors in net.minecraft.client with parameters of type ServerResourceManager Constructor Description IntegratedResourceManager(ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties) -
Uses of ServerResourceManager in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type ServerResourceManager Modifier and Type Method Description (package private) voidMoreOptionsDialog. loadDatapacks(ServerResourceManager serverResourceManager) -
Uses of ServerResourceManager in net.minecraft.resource
Methods in net.minecraft.resource that return types with arguments of type ServerResourceManager Modifier and Type Method Description static CompletableFuture<ServerResourceManager>ServerResourceManager. reload(List<ResourcePack> packs, DynamicRegistryManager registryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) -
Uses of ServerResourceManager in net.minecraft.server
Fields in net.minecraft.server declared as ServerResourceManager Modifier and Type Field Description private ServerResourceManagerMinecraftServer. serverResourceManagerConstructors in net.minecraft.server with parameters of type ServerResourceManager Constructor Description MinecraftServer(Thread serverThread, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, SaveProperties saveProperties, ResourcePackManager dataPackManager, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ServerResourceManager serverResourceManager, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of ServerResourceManager in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type ServerResourceManager Constructor Description MinecraftDedicatedServer(Thread serverThread, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties, ServerPropertiesLoader propertiesLoader, com.mojang.datafixers.DataFixer dataFixer, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of ServerResourceManager in net.minecraft.server.integrated
Constructors in net.minecraft.server.integrated with parameters of type ServerResourceManager Constructor Description IntegratedServer(Thread serverThread, MinecraftClient client, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory)