Uses of Class
net.minecraft.resource.ResourcePackManager
Packages that use ResourcePackManager
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourcePackManager in net.minecraft.client
Fields in net.minecraft.client declared as ResourcePackManagerModifier and TypeFieldDescriptionprivate final ResourcePackManager
MinecraftClient.resourcePackManager
Methods in net.minecraft.client that return ResourcePackManagerMethods in net.minecraft.client with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionvoid
MinecraftClient.startIntegratedServer
(LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, boolean newWorld) -
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 void
OptionsScreen.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 ResourcePackManager
ResourcePackOrganizer.resourcePackManager
Fields in net.minecraft.client.gui.screen.pack with type parameters of type ResourcePackManagerModifier and TypeFieldDescriptionprivate final Consumer<ResourcePackManager>
ResourcePackOrganizer.applier
Constructors in net.minecraft.client.gui.screen.pack with parameters of type ResourcePackManagerModifierConstructorDescriptionPackScreen
(ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier, Path 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
(ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier, Path 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 ResourcePackManager
CreateWorldScreen.packManager
private final ResourcePackManager
ExperimentsScreen.resourcePackManager
Fields in net.minecraft.client.gui.screen.world with type parameters of type ResourcePackManagerModifier and TypeFieldDescriptionprivate final Consumer<ResourcePackManager>
ExperimentsScreen.applier
Methods in net.minecraft.client.gui.screen.world that return types with arguments of type ResourcePackManagerModifier and TypeMethodDescriptionprivate @Nullable com.mojang.datafixers.util.Pair<Path,
ResourcePackManager> CreateWorldScreen.getScannedPack
(DataConfiguration dataConfiguration) Methods in net.minecraft.client.gui.screen.world with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionprivate void
CreateWorldScreen.applyDataPacks
(ResourcePackManager dataPackManager, boolean fromPackScreen, Consumer<DataConfiguration> configurationSetter) private static SaveLoading.ServerConfig
CreateWorldScreen.createServerConfig
(ResourcePackManager dataPackManager, DataConfiguration dataConfiguration) private void
CreateWorldScreen.validateDataPacks
(ResourcePackManager dataPackManager, DataConfiguration dataConfiguration, Consumer<DataConfiguration> configurationSetter) Constructors in net.minecraft.client.gui.screen.world with parameters of type ResourcePackManagerModifierConstructorDescriptionExperimentsScreen
(Screen parent, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) Constructor parameters in net.minecraft.client.gui.screen.world with type arguments of type ResourcePackManagerModifierConstructorDescriptionExperimentsScreen
(Screen parent, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) -
Uses of ResourcePackManager in net.minecraft.client.option
Methods in net.minecraft.client.option with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionvoid
GameOptions.addResourcePackProfilesToManager
(ResourcePackManager manager) void
GameOptions.refreshResourcePacks
(ResourcePackManager resourcePackManager) -
Uses of ResourcePackManager in net.minecraft.resource
Methods in net.minecraft.resource that return ResourcePackManagerModifier and TypeMethodDescriptionstatic ResourcePackManager
VanillaDataPackProvider.createManager
(Path dataPacksPath, SymlinkFinder symlinkFinder) static ResourcePackManager
VanillaDataPackProvider.createManager
(LevelStorage.Session session) static ResourcePackManager
VanillaDataPackProvider.createRealmsManager()
-
Uses of ResourcePackManager in net.minecraft.server
Fields in net.minecraft.server declared as ResourcePackManagerModifier and TypeFieldDescriptionprivate final ResourcePackManager
MinecraftServer.dataPackManager
private final ResourcePackManager
SaveLoading.DataPacks.manager
The field for themanager
record component.Methods in net.minecraft.server that return ResourcePackManagerModifier and TypeMethodDescriptionMinecraftServer.getDataPackManager()
SaveLoading.DataPacks.manager()
Returns the value of themanager
record component.Methods in net.minecraft.server with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionprivate static DataPackSettings
MinecraftServer.createDataPackSettings
(ResourcePackManager dataPackManager) private static SaveLoading.ServerConfig
Main.createServerConfig
(ServerPropertiesHandler serverPropertiesHandler, @Nullable com.mojang.serialization.Dynamic<?> dynamic, boolean safeMode, ResourcePackManager dataPackManager) static DataConfiguration
MinecraftServer.loadDataPacks
(ResourcePackManager resourcePackManager, DataPackSettings dataPackSettings, boolean safeMode, FeatureSet enabledFeatures) Constructors in net.minecraft.server with parameters of type ResourcePackManagerModifierConstructorDescriptionDataPacks
(ResourcePackManager resourcePackManager, DataConfiguration dataConfiguration, boolean bool, boolean bool2) MinecraftServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ApiServices apiServices, 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, ApiServices apiServices, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of ResourcePackManager in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionIntegratedServerLoader.load
(com.mojang.serialization.Dynamic<?> levelProperties, boolean safeMode, ResourcePackManager dataPackManager) Constructors in net.minecraft.server.integrated with parameters of type ResourcePackManagerModifierConstructorDescriptionIntegratedServer
(Thread serverThread, MinecraftClient client, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, ApiServices apiServices, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of ResourcePackManager in net.minecraft.test
Methods in net.minecraft.test with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionstatic TestServer
TestServer.create
(Thread thread, LevelStorage.Session session, ResourcePackManager resourcePackManager, Collection<GameTestBatch> batches, BlockPos pos) Constructors in net.minecraft.test with parameters of type ResourcePackManagerModifierConstructorDescriptionprivate
TestServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, Collection<GameTestBatch> batches, BlockPos pos) -
Uses of ResourcePackManager in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type ResourcePackManagerModifier and TypeMethodDescriptionstatic SaveLoading.DataPacks
LevelStorage.parseDataPacks
(com.mojang.serialization.Dynamic<?> dynamic, ResourcePackManager dataPackManager, boolean safeMode)