Uses of Class
net.minecraftforge.resource.PathResourcePack
Packages that use PathResourcePack
Package
Description
-
Uses of PathResourcePack in net.minecraftforge.fmlclient
Method parameters in net.minecraftforge.fmlclient with type arguments of type PathResourcePackModifier 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
Subclasses of PathResourcePack in net.minecraftforge.fmllegacy.packsModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Fields in net.minecraftforge.fmllegacy.packs with type parameters of type PathResourcePackModifier and TypeFieldDescriptionprivate static Map<net.minecraftforge.forgespi.locating.IModFile,PathResourcePack>
ResourcePackLoader.modResourcePacks
Methods in net.minecraftforge.fmllegacy.packs that return types with arguments of type PathResourcePackModifier and TypeMethodDescriptionstatic Optional<PathResourcePack>
ResourcePackLoader.getPackFor(String modId)
Method parameters in net.minecraftforge.fmllegacy.packs with type arguments of type PathResourcePackModifier 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
Method parameters in net.minecraftforge.fmllegacy.server with type arguments of type PathResourcePackModifier 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)