Class FixedCardsDeckFormat
java.lang.Object
net.demilich.metastone.game.decks.DeckFormat
net.demilich.metastone.game.decks.FixedCardsDeckFormat
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class net.demilich.metastone.game.decks.DeckFormat
FORMAT_NAME_ALL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
isInFormat
(String set) boolean
isInFormat
(Card card) Methods inherited from class net.demilich.metastone.game.decks.DeckFormat
addSet, all, formats, getCardSets, getFormat, getName, getSecondPlayerBonusCards, getSmallestSupersetFormat, getSmallestSupersetFormat, getSmallestSupersetFormat, getValidDeckCondition, latestHearthstoneExpansion, populateAll, populateFormats, setName, setSecondPlayerBonusCards, setValidDeckCondition, spellsource, withCardSets, withCardSets, withName
-
Constructor Details
-
FixedCardsDeckFormat
-
-
Method Details
-
isInFormat
- Overrides:
isInFormat
in classDeckFormat
-
isInFormat
- Overrides:
isInFormat
in classDeckFormat
-
equals
- Overrides:
equals
in classDeckFormat
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDeckFormat
-