Uses of Enum Class
com.prineside.tdi2.tiles.CoreTile.Tier
-
Uses of CoreTile.Tier in com.prineside.tdi2.tiles
Modifier and TypeMethodDescriptionCoreTile.getTier()
static CoreTile.Tier
Returns the enum constant of this class with the specified name.static CoreTile.Tier[]
CoreTile.Tier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCoreTile.CoreTileFactory.getTierColor
(CoreTile.Tier tier) CoreTile.CoreTileFactory.getTierDescription
(CoreTile.Tier tier) static int
CoreTile.getUpgradeIdx
(CoreTile.Tier tier, int col, int row) void
CoreTile.setTier
(CoreTile.Tier tier) void
CoreTile.setTierKeepLayout
(CoreTile.Tier tier)