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_6904.class_6906.packRepositoryThe field for thepackRepositoryrecord component.Methods in net.minecraft that return ResourcePackManagerModifier and TypeMethodDescriptionclass_6904.class_6906.packRepository()Returns the value of thepackRepositoryrecord component.Constructors in net.minecraft with parameters of type ResourcePackManagerModifierConstructorDescriptionclass_6906(ResourcePackManager resourcePackManager, CommandManager.RegistrationEnvironment registrationEnvironment, int int2, 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 ResourcePackManagerModifier and TypeMethodDescriptionprivate static ResourcePackManagerMinecraftClient.createServerDataManager(LevelStorage.Session session) MinecraftClient.getResourcePackManager()Methods in net.minecraft.client with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionMinecraftClient.method_40183(ResourcePackManager resourcePackManager, boolean bool, class_6904.class_6905 class_6905, class_6904.class_6907 class_6907) -
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) -
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 resourcePackManager, class_6904 class_6904, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, @Nullable com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, @Nullable com.mojang.authlib.GameProfileRepository gameProfileRepository, @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 resourcePackManager, class_6904 class_6904, ServerPropertiesLoader serverPropertiesLoader, com.mojang.datafixers.DataFixer dataFixer, com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, com.mojang.authlib.GameProfileRepository gameProfileRepository, 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 resourcePackManager, class_6904 class_6904, com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, com.mojang.authlib.GameProfileRepository gameProfileRepository, 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, class_6904 serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos)