Uses of Class
net.minecraft.resource.ResourcePackManager
Package
Description
-
Uses of ResourcePackManager in net.minecraft.client
Modifier and TypeFieldDescriptionprivate final ResourcePackManager
MinecraftClient.IntegratedResourceManager.resourcePackManager
private final ResourcePackManager
MinecraftClient.resourcePackManager
Modifier and TypeMethodDescriptionMinecraftClient.getResourcePackManager()
MinecraftClient.IntegratedResourceManager.getResourcePackManager()
ModifierConstructorDescription(package private)
IntegratedResourceManager
(ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties) -
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
Modifier and TypeMethodDescriptionprivate static DataPackSettings
MinecraftServer.createDataPackSettings
(ResourcePackManager dataPackManager) static DataPackSettings
MinecraftServer.loadDataPacks
(ResourcePackManager resourcePackManager, DataPackSettings dataPackSettings, boolean safeMode) ModifierConstructorDescriptionMinecraftServer
(Thread serverThread, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, SaveProperties saveProperties, ResourcePackManager dataPackManager, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ServerResourceManager serverResourceManager, @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, 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 ResourcePackManager in net.minecraft.server.integrated
ModifierConstructorDescriptionIntegratedServer
(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) -
Uses of ResourcePackManager in net.minecraft.test
ModifierConstructorDescriptionTestServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos, DynamicRegistryManager.Impl registryManager) private
TestServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos, DynamicRegistryManager.Impl registryManager, Registry<Biome> biomeRegistry, Registry<DimensionType> dimensionTypeRegistry)