public interface TCGLoader
Modifier and Type | Method and Description |
---|---|
java.util.List<AbilityCard> |
loadAbilities()
Loads the
AbilityCard objects from their respective data |
java.util.List<AttackCard> |
loadAttacks()
Loads the
AttackCard objects from their respective data |
java.util.List<ImmutableCard> |
loadCards()
Loads the
ImmutableCard objects from their respective data |
java.util.List<CardSet> |
loadCardSets()
Loads the
CardSet objects from their respective data |
java.util.List<ThemeDeck> |
loadThemeDecks()
Loads the
ThemeDeck objects from their respective data |
java.util.List<ImmutableCard> loadCards() throws java.lang.Exception
ImmutableCard
objects from their respective datajava.lang.Exception
- Thrown if an error occurs during loadingjava.util.List<AttackCard> loadAttacks() throws java.lang.Exception
AttackCard
objects from their respective datajava.lang.Exception
- Thrown if an error occurs during loadingjava.util.List<AbilityCard> loadAbilities() throws java.lang.Exception
AbilityCard
objects from their respective datajava.lang.Exception
- Thrown if an error occurs during loadingjava.util.List<ThemeDeck> loadThemeDecks() throws java.lang.Exception
ThemeDeck
objects from their respective datajava.lang.Exception
- Thrown if an error occurs during loading