Uses of Class
net.minecraftforge.resource.PathResourcePack
Package
Description
-
Uses of PathResourcePack in net.minecraftforge.fmlclient
Modifier and TypeMethodDescriptionprivate static RepositorySource
ClientModLoader.buildPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks)
private static void
ClientModLoader.clientPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks, Consumer<Pack> consumer, Pack.PackConstructor factory)
-
Uses of PathResourcePack in net.minecraftforge.fmllegacy.packs
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeFieldDescriptionprivate static Map<net.minecraftforge.forgespi.locating.IModFile,PathResourcePack>
ResourcePackLoader.modResourcePacks
Modifier and TypeMethodDescriptionstatic Optional<PathResourcePack>
ResourcePackLoader.getPackFor(String modId)
Modifier and TypeMethodDescriptionstatic void
ResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, BiFunction<Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack>,BiConsumer<? super PathResourcePack,Pack>,? extends RepositorySource> packFinder)
Deprecated.static void
ResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, BiFunction<Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack>,BiConsumer<? super PathResourcePack,Pack>,? extends RepositorySource> packFinder)
Deprecated.static void
ResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, Function<Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack>,? extends RepositorySource> packFinder)
-
Uses of PathResourcePack in net.minecraftforge.fmllegacy.server
Modifier and TypeMethodDescriptionstatic RepositorySource
ServerLifecycleHooks.buildPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks, BiConsumer<? super PathResourcePack,Pack> packSetter)
Deprecated, for removal: This API element is subject to removal in a future version.static RepositorySource
ServerLifecycleHooks.buildPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks, BiConsumer<? super PathResourcePack,Pack> packSetter)
Deprecated, for removal: This API element is subject to removal in a future version.static RepositorySource
ServerLifecycleHooks.buildPackFinderNew(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks)
Deprecated.private static void
ServerLifecycleHooks.serverPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks, Consumer<Pack> consumer, Pack.PackConstructor factory)