Uses of Class
net.minecraft.resource.ResourcePackManager
Package
Description
-
Uses of ResourcePackManager in net.minecraft.client
Modifier and TypeFieldDescriptionprivate final ResourcePackManager
MinecraftClient.resourcePackManager
Modifier and TypeMethodDescriptionprivate static ResourcePackManager
MinecraftClient.createServerDataManager
(LevelStorage.Session session) MinecraftClient.getResourcePackManager()
Modifier and TypeMethodDescriptionMinecraftClient.createSaveLoader
(ResourcePackManager dataPackManager, boolean safeMode, SaveLoader.DataPackSettingsSupplier dataPackSettingsSupplier, SaveLoader.SavePropertiesSupplier savePropertiesSupplier) -
Uses of ResourcePackManager in net.minecraft.client.gui.screen.option
Modifier and TypeMethodDescriptionprivate void
OptionsScreen.refreshResourcePacks
(ResourcePackManager resourcePackManager) -
Uses of ResourcePackManager in net.minecraft.client.gui.screen.pack
Modifier and TypeFieldDescriptionprivate final ResourcePackManager
ResourcePackOrganizer.resourcePackManager
Modifier and TypeFieldDescriptionprivate final Consumer<ResourcePackManager>
ResourcePackOrganizer.applier
ModifierConstructorDescriptionPackScreen
(Screen parent, ResourcePackManager packManager, Consumer<ResourcePackManager> applier, File file, Text title) ResourcePackOrganizer
(Runnable updateCallback, Function<ResourcePackProfile, Identifier> iconIdSupplier, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) ModifierConstructorDescriptionPackScreen
(Screen parent, ResourcePackManager packManager, Consumer<ResourcePackManager> applier, File file, Text title) ResourcePackOrganizer
(Runnable updateCallback, Function<ResourcePackProfile, Identifier> iconIdSupplier, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) -
Uses of ResourcePackManager in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescriptionprivate @Nullable ResourcePackManager
CreateWorldScreen.packManager
Modifier and TypeMethodDescriptionprivate @Nullable com.mojang.datafixers.util.Pair<File,
ResourcePackManager> CreateWorldScreen.getScannedPack()
Modifier and TypeMethodDescriptionprivate void
CreateWorldScreen.applyDataPacks
(ResourcePackManager dataPackManager) -
Uses of ResourcePackManager in net.minecraft.client.option
Modifier and TypeMethodDescriptionvoid
GameOptions.addResourcePackProfilesToManager
(ResourcePackManager manager) -
Uses of ResourcePackManager in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final ResourcePackManager
MinecraftServer.dataPackManager
private final ResourcePackManager
SaveLoader.FunctionLoaderConfig.dataPackManager
The field for thedataPackManager
record component.Modifier and TypeMethodDescriptionSaveLoader.FunctionLoaderConfig.dataPackManager()
Returns the value of thedataPackManager
record component.MinecraftServer.getDataPackManager()
Modifier and TypeMethodDescriptionprivate static DataPackSettings
MinecraftServer.createDataPackSettings
(ResourcePackManager dataPackManager) static DataPackSettings
MinecraftServer.loadDataPacks
(ResourcePackManager resourcePackManager, DataPackSettings dataPackSettings, boolean safeMode) ModifierConstructorDescriptionFunctionLoaderConfig
(ResourcePackManager resourcePackManager, CommandManager.RegistrationEnvironment registrationEnvironment, int int2, boolean bool) MinecraftServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, @Nullable com.mojang.authlib.minecraft.MinecraftSessionService sessionService, @Nullable com.mojang.authlib.GameProfileRepository gameProfileRepo, @Nullable UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of ResourcePackManager in net.minecraft.server.command
Modifier and TypeMethodDescriptionprivate static Collection<String>
ReloadCommand.findNewDataPacks
(ResourcePackManager dataPackManager, SaveProperties saveProperties, Collection<String> enabledDataPacks) -
Uses of ResourcePackManager in net.minecraft.server.dedicated
ModifierConstructorDescriptionMinecraftDedicatedServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, ServerPropertiesLoader propertiesLoader, com.mojang.datafixers.DataFixer dataFixer, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of ResourcePackManager in net.minecraft.server.integrated
ModifierConstructorDescriptionIntegratedServer
(Thread serverThread, MinecraftClient client, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of ResourcePackManager in net.minecraft.test
Modifier and TypeMethodDescriptionstatic TestServer
TestServer.create
(Thread thread, LevelStorage.Session session, ResourcePackManager resourcePackManager, Collection<GameTestBatch> batches, BlockPos pos) ModifierConstructorDescriptionprivate
TestServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, Collection<GameTestBatch> batches, BlockPos pos)