|
Gridarta Editor
|
An GameObjectMatcher matching certain archetype types. More...
Inheritance diagram for net.sf.gridarta.model.match.TypeNrsGameObjectMatcher:
Collaboration diagram for net.sf.gridarta.model.match.TypeNrsGameObjectMatcher:Public Member Functions | |
| boolean | isMatching (@NotNull final GameObject<?, ?, ?> gameObject) |
| Matches a GameObject. More... | |
| String | toString () |
| TypeNrsGameObjectMatcher (@NotNull final int... types) | |
| Creates a new instance. More... | |
Private Attributes | |
| final int[] | types |
| The type numbers to match. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
An GameObjectMatcher matching certain archetype types.
Definition at line 30 of file TypeNrsGameObjectMatcher.java.
| net.sf.gridarta.model.match.TypeNrsGameObjectMatcher.TypeNrsGameObjectMatcher | ( | @NotNull final int... | types | ) |
Creates a new instance.
| types | the types to match |
Definition at line 47 of file TypeNrsGameObjectMatcher.java.
References net.sf.gridarta.model.match.TypeNrsGameObjectMatcher.types.
| boolean net.sf.gridarta.model.match.TypeNrsGameObjectMatcher.isMatching | ( | @NotNull final GameObject<?, ?, ?> | gameObject | ) |
Matches a GameObject.
| gameObject | the GameObject
|
Implements net.sf.gridarta.model.match.GameObjectMatcher.
Definition at line 53 of file TypeNrsGameObjectMatcher.java.
References net.sf.gridarta.model.match.TypeNrsGameObjectMatcher.types.
| String net.sf.gridarta.model.match.TypeNrsGameObjectMatcher.toString | ( | ) |
Definition at line 59 of file TypeNrsGameObjectMatcher.java.
References net.sf.gridarta.model.match.TypeNrsGameObjectMatcher.types.
|
staticprivate |
The serial version UID.
Definition at line 35 of file TypeNrsGameObjectMatcher.java.
|
private |
The type numbers to match.
@serial
Definition at line 41 of file TypeNrsGameObjectMatcher.java.
Referenced by net.sf.gridarta.model.match.TypeNrsGameObjectMatcher.isMatching(), net.sf.gridarta.model.match.TypeNrsGameObjectMatcher.toString(), and net.sf.gridarta.model.match.TypeNrsGameObjectMatcher.TypeNrsGameObjectMatcher().