20 package net.sf.gridarta.model.match;
22 import java.io.Serializable;
24 import org.jetbrains.annotations.NotNull;
Interface for classes that match GameObjects.
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 isMatching(@NotNull GameObject<?, ?, ?> gameObject)
Matches an GameObject.