()
| 5569 | public final boolean isContraption() { return getType().isContraption(); } |
| 5570 | public final boolean isCurse() { return getType().hasSubtype("Curse"); } |
| 5571 | public final boolean isAura() { return getType().isAura(); } |
| 5572 | public final boolean isShrine() { return getType().hasSubtype("Shrine"); } |
| 5573 | public final boolean isSaga() { return getType().isSaga(); } |
| 5574 |
no test coverage detected