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 ResourcePackManager
MinecraftClient.IntegratedResourceManager. resourcePackManager
private ResourcePackManager
MinecraftClient. resourcePackManager
Methods in net.minecraft.client that return ResourcePackManager Modifier and Type Method Description ResourcePackManager
MinecraftClient. getResourcePackManager()
ResourcePackManager
MinecraftClient.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 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 ResourcePackManager Modifier and Type Field Description private ResourcePackManager
ResourcePackOrganizer. resourcePackManager
Fields in net.minecraft.client.gui.screen.pack with type parameters of type ResourcePackManager Modifier and Type Field Description private Consumer<ResourcePackManager>
ResourcePackOrganizer. applier
Constructors 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 ResourcePackManager
CreateWorldScreen. packManager
Methods 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 void
CreateWorldScreen. 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 void
GameOptions. addResourcePackProfilesToManager(ResourcePackManager manager)
-
Uses of ResourcePackManager in net.minecraft.server
Fields in net.minecraft.server declared as ResourcePackManager Modifier and Type Field Description private ResourcePackManager
MinecraftServer. dataPackManager
Methods in net.minecraft.server that return ResourcePackManager Modifier and Type Method Description ResourcePackManager
MinecraftServer. getDataPackManager()
Methods in net.minecraft.server with parameters of type ResourcePackManager Modifier and Type Method Description private static DataPackSettings
MinecraftServer. createDataPackSettings(ResourcePackManager dataPackManager)
static DataPackSettings
MinecraftServer. 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)