Interface ModFileInfoParser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A parser specification for building a particular mod files metadata.
-
Method Summary
Modifier and TypeMethodDescriptionInvoked to get the freshly build mod files metadata.
-
Method Details
-
build
Invoked to get the freshly build mod files metadata.- Parameters:
file
- The file to parse the metadata for.- Returns:
- The mod file metadata info.
- Throws:
InvalidModFileException
-