Uses of Enum Class
org.api.mtgstock.tools.MTGStockConstants.FORMAT
Packages that use MTGStockConstants.FORMAT
-
Uses of MTGStockConstants.FORMAT in org.api.mtgstock.modele
Methods in org.api.mtgstock.modele that return MTGStockConstants.FORMATMethods in org.api.mtgstock.modele with parameters of type MTGStockConstants.FORMATModifier and TypeMethodDescriptionbooleanInterest.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 -
Uses of MTGStockConstants.FORMAT in org.api.mtgstock.services
Methods in org.api.mtgstock.services with parameters of type MTGStockConstants.FORMATModifier and TypeMethodDescriptionInterestsService.getInterestFor(MTGStockConstants.INTEREST c, boolean foil, MTGStockConstants.FORMAT f) InterestsService.getInterestFor(MTGStockConstants.INTEREST c, MTGStockConstants.FORMAT f) AnalyticsService.getMetagamesFor(MTGStockConstants.FORMAT f) AnalyticsService.getMostPlayedCard(MTGStockConstants.FORMAT f) DecksServices.listArchetypes(MTGStockConstants.FORMAT f) DecksServices.listTournaments(MTGStockConstants.FORMAT f) -
Uses of MTGStockConstants.FORMAT in org.api.mtgstock.tools
Subclasses with type arguments of type MTGStockConstants.FORMAT in org.api.mtgstock.toolsMethods in org.api.mtgstock.tools that return MTGStockConstants.FORMATModifier and TypeMethodDescriptionstatic MTGStockConstants.FORMATReturns the enum constant of this class with the specified name.static MTGStockConstants.FORMAT[]MTGStockConstants.FORMAT.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.api.mtgstock.tools with parameters of type MTGStockConstants.FORMAT