Uses of Class
net.minecraft.server.ServerResources
Packages that use ServerResources
Package
Description
-
Uses of ServerResources in net.minecraft.client
Fields in net.minecraft.client declared as ServerResourcesMethods in net.minecraft.client that return ServerResourcesConstructors in net.minecraft.client with parameters of type ServerResourcesModifierConstructorDescription(package private)
ServerStem(PackRepository p_91424_, ServerResources p_91425_, WorldData p_91426_)
-
Uses of ServerResources in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection with parameters of type ServerResourcesModifier and TypeMethodDescription(package private) void
WorldGenSettingsComponent.updateDataPacks(ServerResources p_101453_)
-
Uses of ServerResources in net.minecraft.client.server
Constructors in net.minecraft.client.server with parameters of type ServerResourcesModifierConstructorDescriptionIntegratedServer(Thread p_120022_, Minecraft p_120023_, RegistryAccess.RegistryHolder p_120024_, LevelStorageSource.LevelStorageAccess p_120025_, PackRepository p_120026_, ServerResources p_120027_, WorldData p_120028_, com.mojang.authlib.minecraft.MinecraftSessionService p_120029_, com.mojang.authlib.GameProfileRepository p_120030_, GameProfileCache p_120031_, ChunkProgressListenerFactory p_120032_)
-
Uses of ServerResources in net.minecraft.gametest.framework
Constructors in net.minecraft.gametest.framework with parameters of type ServerResourcesModifierConstructorDescriptionGameTestServer(Thread p_177594_, LevelStorageSource.LevelStorageAccess p_177595_, PackRepository p_177596_, ServerResources p_177597_, Collection<GameTestBatch> p_177598_, BlockPos p_177599_, RegistryAccess.RegistryHolder p_177600_)
private
GameTestServer(Thread p_177602_, LevelStorageSource.LevelStorageAccess p_177603_, PackRepository p_177604_, ServerResources p_177605_, Collection<GameTestBatch> p_177606_, BlockPos p_177607_, RegistryAccess.RegistryHolder p_177608_, Registry<Biome> p_177609_, Registry<DimensionType> p_177610_)
-
Uses of ServerResources in net.minecraft.server
Fields in net.minecraft.server declared as ServerResourcesMethods in net.minecraft.server that return ServerResourcesMethods in net.minecraft.server that return types with arguments of type ServerResourcesModifier and TypeMethodDescriptionstatic CompletableFuture<ServerResources>
ServerResources.loadResources(List<PackResources> p_180006_, RegistryAccess p_180007_, Commands.CommandSelection p_180008_, int p_180009_, Executor p_180010_, Executor p_180011_)
Constructors in net.minecraft.server with parameters of type ServerResourcesModifierConstructorDescriptionMinecraftServer(Thread p_129769_, RegistryAccess.RegistryHolder p_129770_, LevelStorageSource.LevelStorageAccess p_129771_, WorldData p_129772_, PackRepository p_129773_, Proxy p_129774_, com.mojang.datafixers.DataFixer p_129775_, ServerResources p_129776_, com.mojang.authlib.minecraft.MinecraftSessionService p_129777_, com.mojang.authlib.GameProfileRepository p_129778_, GameProfileCache p_129779_, ChunkProgressListenerFactory p_129780_)
-
Uses of ServerResources in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type ServerResourcesModifierConstructorDescriptionDedicatedServer(Thread p_139609_, RegistryAccess.RegistryHolder p_139610_, LevelStorageSource.LevelStorageAccess p_139611_, PackRepository p_139612_, ServerResources p_139613_, WorldData p_139614_, DedicatedServerSettings p_139615_, com.mojang.datafixers.DataFixer p_139616_, com.mojang.authlib.minecraft.MinecraftSessionService p_139617_, com.mojang.authlib.GameProfileRepository p_139618_, GameProfileCache p_139619_, ChunkProgressListenerFactory p_139620_)
-
Uses of ServerResources in net.minecraftforge.event
Fields in net.minecraftforge.event declared as ServerResourcesModifier and TypeFieldDescriptionprivate ServerResources
AddReloadListenerEvent.dataPackRegistries
Methods in net.minecraftforge.event that return ServerResourcesMethods in net.minecraftforge.event with parameters of type ServerResourcesModifier and TypeMethodDescriptionstatic List<PreparableReloadListener>
ForgeEventFactory.onResourceReload(ServerResources dataPackRegistries)
Constructors in net.minecraftforge.event with parameters of type ServerResources