Uses of Enum Class
com.takenoko.layers.tile.TileColor
Packages that use TileColor
Package
Description
-
Uses of TileColor in com.takenoko.inventory
Fields in com.takenoko.inventory with type parameters of type TileColorModifier and TypeFieldDescriptionprivate final Map<TileColor,
InventoryBambooStack> Inventory.bambooStacks
Methods in com.takenoko.inventory with parameters of type TileColorModifier and TypeMethodDescriptionvoid
Inventory.collectBamboo
(TileColor tileColor) add 1 bamboo to the inventoryint
Inventory.getBambooCount
(TileColor tileColor) Return the number of bamboo of a specific colorInventory.getBambooStack
(TileColor tileColor) Method parameters in com.takenoko.inventory with type arguments of type TileColorModifier and TypeMethodDescriptionvoid
Remove bamboo from the player's inventory when an objective is redeemedConstructor parameters in com.takenoko.inventory with type arguments of type TileColorModifierConstructorDescriptionInventory
(Map<TileColor, InventoryBambooStack> bambooStacks) ConstructorInventory
(Map<TileColor, InventoryBambooStack> bambooStacks, InventoryImprovements inventoryImprovements) Constructor -
Uses of TileColor in com.takenoko.layers.tile
Fields in com.takenoko.layers.tile declared as TileColorMethods in com.takenoko.layers.tile that return TileColorModifier and TypeMethodDescriptionTile.getColor()
static TileColor
Returns the enum constant of this class with the specified name.static TileColor[]
TileColor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.takenoko.layers.tile with parameters of type TileColorModifierConstructorDescriptionTile
(ImprovementType improvementType, TileColor tileColor) Tile
(TileType type, ImprovementType improvement, TileColor color) Constructor of the class Tile. -
Uses of TileColor in com.takenoko.objective
Fields in com.takenoko.objective declared as TileColorFields in com.takenoko.objective with type parameters of type TileColorMethods in com.takenoko.objective that return types with arguments of type TileColorConstructors in com.takenoko.objective with parameters of type TileColorModifierConstructorDescriptionSingleGardenerObjective
(int targetSize, TileColor targetColor, int points) SingleGardenerObjective
(int targetSize, TileColor targetColor, ImprovementType targetImprovementType, int points) Constructor parameters in com.takenoko.objective with type arguments of type TileColor -
Uses of TileColor in com.takenoko.shape
Methods in com.takenoko.shape with parameters of type TileColorModifier and TypeMethodDescriptionabstract Pattern
PatternFactory.createPattern
(TileColor tileColor) Constructors in com.takenoko.shape with parameters of type TileColor -
Uses of TileColor in com.takenoko.stats
Fields in com.takenoko.stats with type parameters of type TileColorModifier and TypeFieldDescriptionSingleBotStatistics.bambooCounter
BoardStatistics.tilesPlaced
SingleBotStatistics.tilesPlaced
Methods in com.takenoko.stats that return types with arguments of type TileColorModifier and TypeMethodDescriptionSingleBotStatistics.getBambooCounter()
SingleBotStatistics.getTilesPlaced()
Methods in com.takenoko.stats with parameters of type TileColorModifier and TypeMethodDescriptionvoid
SingleBotStatistics.updateEatenBambooCounter
(TileColor tileColor) void
SingleBotStatistics.updatePlantedBambooCounter
(TileColor tileColor, int count) void
BoardStatistics.updateTilesPlaced
(TileColor tileColor) void
SingleBotStatistics.updateTilesPlacedCounter
(TileColor tileColor) Constructor parameters in com.takenoko.stats with type arguments of type TileColorModifierConstructorDescriptionBoardStatistics
(Map<TileColor, Integer> tilesPlaced, Map<ImprovementType, Integer> improvements, float percentageOfIrrigation, float totalNbOfTiles)