public class DaimoninArchetypeSetCollectable extends AbstractArchetypeSetCollectable<GameObject,MapArchObject,Archetype>
Collectable that creates the
Daimonin specific "archetypes" file.| Constructor and Description |
|---|
DaimoninArchetypeSetCollectable(ArchetypeSet<GameObject,MapArchObject,Archetype> archetypeSet)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
collectArchetype(Archetype archetype,
java.io.Writer out)
Collects an
Archetype: writes its definition into a writer. |
collectpublic DaimoninArchetypeSetCollectable(@NotNull
ArchetypeSet<GameObject,MapArchObject,Archetype> archetypeSet)
archetypeSet - the archetype set to collectprotected int collectArchetype(@NotNull
Archetype archetype,
@NotNull
java.io.Writer out)
throws java.io.IOException
Archetype: writes its definition into a writer.collectArchetype in class AbstractArchetypeSetCollectable<GameObject,MapArchObject,Archetype>archetype - the archetypeout - the writerjava.io.IOException - if an I/O error occurs