Uses of Class
com.takenoko.layers.bamboo.LayerBambooStack
Packages that use LayerBambooStack
Package
Description
-
Uses of LayerBambooStack in com.takenoko.actors
Methods in com.takenoko.actors that return types with arguments of type LayerBambooStackModifier and TypeMethodDescriptionabstract Map<PositionVector,
LayerBambooStack> After the panda moves, he can eat bamboo if there is bamboo on the tile he moved to.Actor.move
(PositionVector vector, Board board) Move the panda with a vector and try to eat bamboo. -
Uses of LayerBambooStack in com.takenoko.engine
Methods in com.takenoko.engine that return LayerBambooStackModifier and TypeMethodDescriptionBoard.getBambooAt
(PositionVector positionVector) Get the bamboo stack at the position.Board.growBamboo
(PositionVector positionVector) Grow bamboo on a tile.Board.placeTile
(Tile tile, PositionVector position) Place a tile on the board.Methods in com.takenoko.engine that return types with arguments of type LayerBambooStackModifier and TypeMethodDescriptionBoard.moveGardener
(PositionVector vector) Move the gardener with a vector.Board.movePanda
(PositionVector vector) Move the panda with a vector. -
Uses of LayerBambooStack in com.takenoko.layers.bamboo
Fields in com.takenoko.layers.bamboo with type parameters of type LayerBambooStackModifier and TypeFieldDescriptionprivate final HashMap<PositionVector,
LayerBambooStack> BambooLayer.bamboo
Methods in com.takenoko.layers.bamboo that return LayerBambooStackModifier and TypeMethodDescriptionLayerBambooStack.copy()
BambooLayer.getBambooAt
(PositionVector positionVector, Board board) Get the number of bamboo on a tile.BambooLayer.growBamboo
(PositionVector positionVector, Board board) Grow bamboo on a tile. -
Uses of LayerBambooStack in com.takenoko.layers.tile
Methods in com.takenoko.layers.tile that return LayerBambooStackModifier and TypeMethodDescriptionTileLayer.placeTile
(Tile tile, PositionVector position, Board board) Place a tile on the board.