mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
remove hasSubType(String s)
This commit is contained in:
parent
c094251061
commit
f793504ba0
44 changed files with 170 additions and 213 deletions
|
|
@ -36,10 +36,6 @@ public interface MageObject extends MageItem, Serializable {
|
|||
|
||||
boolean hasSubtype(SubType subtype, Game game);
|
||||
|
||||
default boolean hasSubtype(String subtype, Game game){
|
||||
return hasSubtype(SubType.byDescription(subtype), game);
|
||||
}
|
||||
|
||||
EnumSet<SuperType> getSuperType();
|
||||
|
||||
Abilities<Ability> getAbilities();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue