20 package net.sf.gridarta.model.match;
23 import org.jetbrains.annotations.NotNull;
53 return !gameObjectMatcher.
isMatching(gameObject);
Interface for classes that match GameObjects.
A GameObjectMatcher that negates another.
NotGameObjectMatcher(@NotNull final GameObjectMatcher gameObjectMatcher)
Creates a new instance.
boolean isMatching(@NotNull final GameObject<?, ?, ?> gameObject)
Matches an 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.
static final long serialVersionUID
The serial version UID.
final GameObjectMatcher gameObjectMatcher
The GameObjectMatcher to negate.
boolean isMatching(@NotNull GameObject<?, ?, ?> gameObject)
Matches an GameObject.