Uses of Class
net.minecraft.resource.ResourcePackManager
Packages that use ResourcePackManager
Package
Description
The base package for all Minecraft classes.
-
Uses of ResourcePackManager in net.minecraft
Fields in net.minecraft declared as ResourcePackManagerModifier and TypeFieldDescriptionprivate final ResourcePackManagerclass_7237.class_7238.packRepositoryThe field for thepackRepositoryrecord component.Methods in net.minecraft that return ResourcePackManagerModifier and TypeMethodDescriptionprivate static ResourcePackManagerclass_7196.method_41886(LevelStorage.Session session) class_7237.class_7238.packRepository()Returns the value of thepackRepositoryrecord component.Methods in net.minecraft with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionprivate SaveLoaderclass_7196.method_41891(LevelStorage.Session session, boolean bool, ResourcePackManager resourcePackManager) Constructors in net.minecraft with parameters of type ResourcePackManagerModifierConstructorDescriptionclass_7238(ResourcePackManager resourcePackManager, DataPackSettings dataPackSettings, boolean bool) -
Uses of ResourcePackManager in net.minecraft.client
Fields in net.minecraft.client declared as ResourcePackManagerModifier and TypeFieldDescriptionprivate final ResourcePackManagerMinecraftClient.resourcePackManagerMethods in net.minecraft.client that return ResourcePackManagerMethods in net.minecraft.client with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionvoidMinecraftClient.startIntegratedServer(String string, LevelStorage.Session session, ResourcePackManager resourcePackManager, SaveLoader saveLoader) -
Uses of ResourcePackManager in net.minecraft.client.gui.screen.option
Methods in net.minecraft.client.gui.screen.option with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionprivate voidOptionsScreen.refreshResourcePacks(ResourcePackManager resourcePackManager) -
Uses of ResourcePackManager in net.minecraft.client.gui.screen.pack
Fields in net.minecraft.client.gui.screen.pack declared as ResourcePackManagerModifier and TypeFieldDescriptionprivate final ResourcePackManagerResourcePackOrganizer.resourcePackManagerFields in net.minecraft.client.gui.screen.pack with type parameters of type ResourcePackManagerModifier and TypeFieldDescriptionprivate final Consumer<ResourcePackManager>ResourcePackOrganizer.applierConstructors in net.minecraft.client.gui.screen.pack with parameters of type ResourcePackManagerModifierConstructorDescriptionPackScreen(Screen parent, ResourcePackManager packManager, Consumer<ResourcePackManager> applier, File file, Text title) ResourcePackOrganizer(Runnable updateCallback, Function<ResourcePackProfile, Identifier> iconIdSupplier, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) Constructor parameters in net.minecraft.client.gui.screen.pack with type arguments of type ResourcePackManagerModifierConstructorDescriptionPackScreen(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
Fields in net.minecraft.client.gui.screen.world declared as ResourcePackManagerModifier and TypeFieldDescriptionprivate @Nullable ResourcePackManagerCreateWorldScreen.packManagerMethods in net.minecraft.client.gui.screen.world that return types with arguments of type ResourcePackManagerModifier and TypeMethodDescriptionprivate @Nullable com.mojang.datafixers.util.Pair<File,ResourcePackManager> CreateWorldScreen.getScannedPack()Methods in net.minecraft.client.gui.screen.world with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionprivate voidCreateWorldScreen.applyDataPacks(ResourcePackManager dataPackManager) private static class_7237.FunctionLoaderConfigCreateWorldScreen.method_41849(ResourcePackManager resourcePackManager, DataPackSettings dataPackSettings) -
Uses of ResourcePackManager in net.minecraft.client.option
Methods in net.minecraft.client.option with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionvoidGameOptions.addResourcePackProfilesToManager(ResourcePackManager manager) -
Uses of ResourcePackManager in net.minecraft.server
Fields in net.minecraft.server declared as ResourcePackManagerModifier and TypeFieldDescriptionprivate final ResourcePackManagerMinecraftServer.dataPackManagerMethods in net.minecraft.server that return ResourcePackManagerMethods in net.minecraft.server with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionprivate static DataPackSettingsMinecraftServer.createDataPackSettings(ResourcePackManager dataPackManager) static DataPackSettingsMinecraftServer.loadDataPacks(ResourcePackManager resourcePackManager, DataPackSettings dataPackSettings, boolean safeMode) Constructors in net.minecraft.server with parameters of type ResourcePackManagerModifierConstructorDescriptionMinecraftServer(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
Methods in net.minecraft.server.command with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionprivate static Collection<String>ReloadCommand.findNewDataPacks(ResourcePackManager dataPackManager, SaveProperties saveProperties, Collection<String> enabledDataPacks) -
Uses of ResourcePackManager in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type ResourcePackManagerModifierConstructorDescriptionMinecraftDedicatedServer(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
Constructors in net.minecraft.server.integrated with parameters of type ResourcePackManagerModifierConstructorDescriptionIntegratedServer(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
Methods in net.minecraft.test with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionstatic TestServerTestServer.create(Thread thread, LevelStorage.Session session, ResourcePackManager resourcePackManager, Collection<GameTestBatch> batches, BlockPos pos) Constructors in net.minecraft.test with parameters of type ResourcePackManagerModifierConstructorDescriptionprivateTestServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, Collection<GameTestBatch> batches, BlockPos pos)