()
| 5554 | |
| 5555 | public final boolean isKindred() { return getType().isKindred(); } |
| 5556 | public final boolean isSorcery() { return getType().isSorcery(); } |
| 5557 | public final boolean isInstant() { return getType().isInstant(); } |
| 5558 | public final boolean isInstantOrSorcery() {return getType().isInstant() || getType().isSorcery();} |
| 5559 |
no test coverage detected