Uses of Class
com.takenoko.layers.tile.Tile
Packages that use Tile
Package
Description
-
Uses of Tile in com.takenoko.actions.tile
Fields in com.takenoko.actions.tile declared as TileConstructors in com.takenoko.actions.tile with parameters of type TileModifierConstructorDescriptionPlaceTileAction
(Tile tile, PositionVector positionVector) Constructor for the PlaceTileAction class.PlaceTileWithImprovementAction
(Tile tile, PositionVector positionVector, ImprovementType improvementType) -
Uses of Tile in com.takenoko.asset
Methods in com.takenoko.asset that return types with arguments of type TileMethods in com.takenoko.asset with parameters of type Tile -
Uses of Tile in com.takenoko.engine
Methods in com.takenoko.engine that return TileModifier and TypeMethodDescriptionBoard.getTileAt
(PositionVector positionVector) Returns the tile at the position.Methods in com.takenoko.engine that return types with arguments of type TileModifier and TypeMethodDescriptionBoard.getAvailableTiles()
Return the list of available tiles.Board.getTiles()
Returns a copy of the hashmap of tiles.Board.getTilesWithoutPond()
Returns a copy of the hashmap of tiles without the pond.Board.peekTileDeck()
Methods in com.takenoko.engine with parameters of type TileModifier and TypeMethodDescriptionvoid
Board.chooseTileInTileDeck
(Tile tile) Board.placeTile
(Tile tile, PositionVector position) Place a tile on the board. -
Uses of Tile in com.takenoko.layers.tile
Subclasses of Tile in com.takenoko.layers.tileFields in com.takenoko.layers.tile with type parameters of type TileModifier and TypeFieldDescription(package private) final HashMap<PositionVector,
Tile> TileLayer.tiles
Methods in com.takenoko.layers.tile that return TileModifier and TypeMethodDescriptionTile.copy()
TileLayer.getTileAt
(PositionVector positionVector) Return the tile at the given position.Methods in com.takenoko.layers.tile that return types with arguments of type TileModifier and TypeMethodDescriptionTileLayer.getAvailableTiles()
Get the available tiles.TileLayer.getTiles()
Get the tiles on the board.TileLayer.getTilesWithoutPond()
Get the tile placed on the board but without the pond.Methods in com.takenoko.layers.tile with parameters of type TileModifier and TypeMethodDescriptionTileLayer.placeTile
(Tile tile, PositionVector position, Board board) Place a tile on the board.Constructors in com.takenoko.layers.tile with parameters of type Tile -
Uses of Tile in com.takenoko.objective
Methods in com.takenoko.objective with parameters of type TileModifier and TypeMethodDescriptionprivate boolean
SingleGardenerObjective.isTileEligible
(Tile tile) private boolean
SingleGardenerObjective.match
(Board board, PositionVector positionVector, Tile tile) -
Uses of Tile in com.takenoko.shape
Fields in com.takenoko.shape with type parameters of type TileMethods in com.takenoko.shape that return types with arguments of type TileMethod parameters in com.takenoko.shape with type arguments of type TileModifier and TypeMethodDescriptionprivate static PositionVector
Shape.findOrigin
(Map<PositionVector, Tile> shape) Find the rotation origin of the shape.Constructor parameters in com.takenoko.shape with type arguments of type TileModifierConstructorDescriptionPattern
(List<Map.Entry<PositionVector, Tile>> toList) Shape
(Map<PositionVector, Tile> shape) Constructor for the Shape class.Shape
(Map<PositionVector, Tile> shape, PositionVector defaultRotationOrigin) Constructor for the Shape class.