Class | Description |
---|---|
AutojoinList<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
Contains a list of (typically wall-)arches which do autojoining.
|
AutojoinLists<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
Manages a mapping between archetypes to
AutojoinLists . |
AutojoinListsParser |
Loader for
AutojoinLists instances from files. |
InsertionResult<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
The result of an insertion operation involving autojoining.
|
Exception | Description |
---|---|
IllegalAutojoinListException |
Exception thrown if an
AutojoinList is invalid. |