public interface MatchCriteria<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
Modifier and Type | Method and Description |
---|---|
boolean |
matches(G gameObject)
Whether a
GameObject matches this criteria. |
boolean matches(@NotNull G gameObject)
GameObject
matches this criteria.gameObject
- the game object to check