20 package net.sf.gridarta.model.select;
25 import org.jetbrains.annotations.NotNull;
38 boolean matches(@NotNull G gameObject);
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
boolean matches(@NotNull G gameObject)
Whether a GameObject matches this criteria.
Criteria for game object matchers.
Interface for MapArchObjects.