 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.match;
23 import org.jetbrains.annotations.NotNull;
Base package of all Gridarta classes.
Interface for classes that match GameObjects.
Reflects a game object (object on a map).
boolean isMatching(@NotNull GameObject<?, ?, ?> gameObject)
Matches a GameObject.
final GameObjectMatcher gameObjectMatcher
The GameObjectMatcher to negate.
static final long serialVersionUID
The serial version UID.
GameObjects are the objects based on Archetypes found on maps.
A GameObjectMatcher that negates another.
NotGameObjectMatcher(@NotNull final GameObjectMatcher gameObjectMatcher)
Creates a new instance.
boolean isMatching(@NotNull final GameObject<?, ?, ?> gameObject)
Matches a GameObject.