()
| 5558 | public final boolean isInstantOrSorcery() {return getType().isInstant() || getType().isSorcery();} |
| 5559 | |
| 5560 | public final boolean isCreature() { return getType().isCreature(); } |
| 5561 | public final boolean isArtifact() { return getType().isArtifact(); } |
| 5562 | public final boolean isPlaneswalker() { return getType().isPlaneswalker(); } |
| 5563 | public final boolean isBattle() { return getType().isBattle(); } |