Uses of Class
org.api.mtgstock.tools.MTGStockConstants.FORMAT
| Package | Description |
|---|---|
| org.api.mtgstock.modele | |
| org.api.mtgstock.services | |
| org.api.mtgstock.tools |
-
Uses of MTGStockConstants.FORMAT in org.api.mtgstock.modele
Methods in org.api.mtgstock.modele that return MTGStockConstants.FORMAT Modifier and Type Method Description MTGStockConstants.FORMATDeck. getFormat()MTGStockConstants.FORMATLegality. getFormat()MTGStockConstants.FORMATMetagame. getFormat()Methods in org.api.mtgstock.modele with parameters of type MTGStockConstants.FORMAT Modifier and Type Method Description booleanInterest. isLegalFor(MTGStockConstants.FORMAT f)booleanPrint. isLegalFor(MTGStockConstants.FORMAT f)voidDeck. setFormat(MTGStockConstants.FORMAT format)voidLegality. setFormat(MTGStockConstants.FORMAT format)voidMetagame. setFormat(MTGStockConstants.FORMAT format)Constructors in org.api.mtgstock.modele with parameters of type MTGStockConstants.FORMAT Constructor Description Legality(MTGStockConstants.FORMAT format, java.lang.String legality) -
Uses of MTGStockConstants.FORMAT in org.api.mtgstock.services
Methods in org.api.mtgstock.services with parameters of type MTGStockConstants.FORMAT Modifier and Type Method Description java.util.List<Interest>InterestsService. getInterestFor(MTGStockConstants.CATEGORY c, boolean foil, MTGStockConstants.FORMAT f)java.util.List<Interest>InterestsService. getInterestFor(MTGStockConstants.CATEGORY c, MTGStockConstants.FORMAT f)java.util.List<Metagame>AnalyticsService. getMetagamesFor(MTGStockConstants.FORMAT f)java.util.List<Played>AnalyticsService. getMostPlayedCard(MTGStockConstants.FORMAT f)java.util.List<Archetype>DecksServices. listArchetypes(MTGStockConstants.FORMAT f)java.util.List<Tournament>DecksServices. listTournaments(MTGStockConstants.FORMAT f) -
Uses of MTGStockConstants.FORMAT in org.api.mtgstock.tools
Methods in org.api.mtgstock.tools that return MTGStockConstants.FORMAT Modifier and Type Method Description static MTGStockConstants.FORMATMTGStockConstants.FORMAT. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MTGStockConstants.FORMAT[]MTGStockConstants.FORMAT. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.api.mtgstock.tools with parameters of type MTGStockConstants.FORMAT Modifier and Type Method Description static intTools. getFormatCode(MTGStockConstants.FORMAT f)