Uses of Class
net.minecraft.resource.ResourcePackManager
-
Uses of ResourcePackManager in net.minecraft.client
Fields in net.minecraft.client declared as ResourcePackManager Modifier and Type Field Description private ResourcePackManagerMinecraftClient.IntegratedResourceManager. resourcePackManagerprivate ResourcePackManagerMinecraftClient. resourcePackManagerMethods in net.minecraft.client that return ResourcePackManager Modifier and Type Method Description ResourcePackManagerMinecraftClient. getResourcePackManager()ResourcePackManagerMinecraftClient.IntegratedResourceManager. getResourcePackManager()Constructors in net.minecraft.client with parameters of type ResourcePackManager Constructor Description IntegratedResourceManager(ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties) -
Uses of ResourcePackManager in net.minecraft.client.gui.screen.option
Methods in net.minecraft.client.gui.screen.option with parameters of type ResourcePackManager Modifier and Type Method Description private voidOptionsScreen. refreshResourcePacks(ResourcePackManager resourcePackManager) -
Uses of ResourcePackManager in net.minecraft.client.gui.screen.pack
Fields in net.minecraft.client.gui.screen.pack declared as ResourcePackManager Modifier and Type Field Description private ResourcePackManagerResourcePackOrganizer. resourcePackManagerFields in net.minecraft.client.gui.screen.pack with type parameters of type ResourcePackManager Modifier and Type Field Description private Consumer<ResourcePackManager>ResourcePackOrganizer. applierConstructors in net.minecraft.client.gui.screen.pack with parameters of type ResourcePackManager Constructor Description PackScreen(Screen parent, ResourcePackManager packManager, Consumer<ResourcePackManager> consumer, File file, Text title)ResourcePackOrganizer(Runnable updateCallback, Function<ResourcePackProfile,Identifier> function, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> consumer)Constructor parameters in net.minecraft.client.gui.screen.pack with type arguments of type ResourcePackManager Constructor Description PackScreen(Screen parent, ResourcePackManager packManager, Consumer<ResourcePackManager> consumer, File file, Text title)ResourcePackOrganizer(Runnable updateCallback, Function<ResourcePackProfile,Identifier> function, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> consumer) -
Uses of ResourcePackManager in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as ResourcePackManager Modifier and Type Field Description private @Nullable ResourcePackManagerCreateWorldScreen. packManagerMethods in net.minecraft.client.gui.screen.world that return types with arguments of type ResourcePackManager Modifier and Type Method Description private @Nullable com.mojang.datafixers.util.Pair<File,ResourcePackManager>CreateWorldScreen. method_30296()Methods in net.minecraft.client.gui.screen.world with parameters of type ResourcePackManager Modifier and Type Method Description private voidCreateWorldScreen. method_29682(ResourcePackManager resourcePackManager) -
Uses of ResourcePackManager in net.minecraft.client.option
Methods in net.minecraft.client.option with parameters of type ResourcePackManager Modifier and Type Method Description voidGameOptions. addResourcePackProfilesToManager(ResourcePackManager manager) -
Uses of ResourcePackManager in net.minecraft.server
Fields in net.minecraft.server declared as ResourcePackManager Modifier and Type Field Description private ResourcePackManagerMinecraftServer. dataPackManagerMethods in net.minecraft.server that return ResourcePackManager Modifier and Type Method Description ResourcePackManagerMinecraftServer. getDataPackManager()Methods in net.minecraft.server with parameters of type ResourcePackManager Modifier and Type Method Description private static DataPackSettingsMinecraftServer. createDataPackSettings(ResourcePackManager dataPackManager)static DataPackSettingsMinecraftServer. loadDataPacks(ResourcePackManager resourcePackManager, DataPackSettings dataPackSettings, boolean safeMode)Constructors in net.minecraft.server with parameters of type ResourcePackManager Constructor Description MinecraftServer(Thread serverThread, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, SaveProperties saveProperties, ResourcePackManager dataPackManager, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ServerResourceManager serverResourceManager, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of ResourcePackManager in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type ResourcePackManager Modifier and Type Method Description private 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 ResourcePackManager Constructor Description MinecraftDedicatedServer(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
Constructors in net.minecraft.server.integrated with parameters of type ResourcePackManager Constructor Description IntegratedServer(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
Constructors in net.minecraft.test with parameters of type ResourcePackManager Constructor Description TestServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos, DynamicRegistryManager.Impl registryManager)TestServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos, DynamicRegistryManager.Impl registryManager, Registry<Biome> biomeRegistry, Registry<DimensionType> dimensionTypeRegistry)