Package net.minecraftforge.fml.packs
Class ResourcePackLoader.LambdaFriendlyPackFinder
- java.lang.Object
-
- net.minecraftforge.fml.packs.ResourcePackLoader.LambdaFriendlyPackFinder
-
- All Implemented Interfaces:
IPackFinder
- Enclosing class:
- ResourcePackLoader
private static class ResourcePackLoader.LambdaFriendlyPackFinder extends java.lang.Object implements IPackFinder
-
-
Field Summary
Fields Modifier and Type Field Description private ResourcePackLoader.IPackInfoFinder
wrapped
-
Constructor Summary
Constructors Modifier Constructor Description private
LambdaFriendlyPackFinder(ResourcePackLoader.IPackInfoFinder wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadPacks(java.util.function.Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory)
-
-
-
Field Detail
-
wrapped
private ResourcePackLoader.IPackInfoFinder wrapped
-
-
Constructor Detail
-
LambdaFriendlyPackFinder
private LambdaFriendlyPackFinder(ResourcePackLoader.IPackInfoFinder wrapped)
-
-
Method Detail
-
loadPacks
public void loadPacks(java.util.function.Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory)
- Specified by:
loadPacks
in interfaceIPackFinder
-
-