public class AutojoinListsParser
extends java.lang.Object
AutojoinLists
instances from files.Modifier and Type | Method and Description |
---|---|
static <G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
loadList(@NotNull ErrorView errorView,
ArchetypeSet<G,A,R> archetypeSet,
@NotNull java.io.File baseDir)
Loads all the autojoin lists from the data file.
|
@NotNull public static <G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> @NotNull AutojoinLists<G,A,R> loadList(@NotNull @NotNull ErrorView errorView, ArchetypeSet<G,A,R> archetypeSet, @NotNull @NotNull java.io.File baseDir)
errorView
- the error view for reporting errorsarchetypeSet
- the archetype set for looking up archetypesbaseDir
- the base directory to load autojoin info from