public interface BaseObjectVisitor<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
Modifier and Type | Method and Description |
---|---|
void |
visit(Archetype<G,A,R> archetype) |
void |
visit(GameObject<G,A,R> gameObject) |