public interface GameObjectMatcher
extends java.io.Serializable
GameObjects.| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatching(@NotNull GameObject<?,?,?> gameObject)
Matches a
GameObject. |
boolean isMatching(@NotNull
@NotNull GameObject<?,?,?> gameObject)
GameObject.gameObject - the GameObject to matchtrue if this matcher matches the given game object,
otherwise false