20 package net.sf.gridarta.model.archetype;
24 import org.jetbrains.annotations.NotNull;
A factory for creating Archetype instances.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
R newUndefinedArchetype(@NotNull String archetypeName)
Creates a new undefined archetype instance.
Interface for MapArchObjects.