Package | Description |
---|---|
net.minecraftforge.fml.client | |
net.minecraftforge.fml.packs | |
net.minecraftforge.fml.server |
Modifier and Type | Method and Description |
---|---|
private static <T extends ResourcePackInfo> |
ClientModLoader.buildPackFinder(java.util.Map<ModFile,? extends ModFileResourcePack> modResourcePacks,
java.util.function.BiConsumer<? super ModFileResourcePack,? super T> packSetter) |
Modifier and Type | Field and Description |
---|---|
private ResourcePackLoader.IPackInfoFinder |
ResourcePackLoader.LambdaFriendlyPackFinder.wrapped |
Modifier and Type | Method and Description |
---|---|
static <T extends ResourcePackInfo> |
ResourcePackLoader.loadResourcePacks(ResourcePackList<T> resourcePacks,
java.util.function.BiFunction<java.util.Map<ModFile,? extends ModFileResourcePack>,java.util.function.BiConsumer<? super ModFileResourcePack,T>,ResourcePackLoader.IPackInfoFinder> packFinder) |
Constructor and Description |
---|
LambdaFriendlyPackFinder(ResourcePackLoader.IPackInfoFinder wrapped) |
Modifier and Type | Method and Description |
---|---|
private static <T extends ResourcePackInfo> |
ServerLifecycleHooks.buildPackFinder(java.util.Map<ModFile,? extends ModFileResourcePack> modResourcePacks,
java.util.function.BiConsumer<? super ModFileResourcePack,? super T> packSetter) |