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