Constructor and Description |
---|
PlayerState(de.smarten.tsuro.shared.gamemodel.Position tokenPosition,
de.smarten.tsuro.shared.gamemodel.Gate tokenGate,
Collection<de.smarten.tsuro.shared.gamemodel.Tile> handTiles,
HeatMap playerHeatMap,
de.smarten.tsuro.shared.gamemodel.KickState kickState) |
Modifier and Type | Method and Description |
---|---|
ArrayList<de.smarten.tsuro.shared.gamemodel.Tile> |
getHandTiles() |
HeatMap |
getHeatMap()
Deprecated.
heatMap calculation broken
|
de.smarten.tsuro.shared.gamemodel.KickState |
getKickState() |
de.smarten.tsuro.shared.gamemodel.Position |
getNextTurnPosition() |
de.smarten.tsuro.shared.gamemodel.Gate |
getTokenGate() |
de.smarten.tsuro.shared.gamemodel.Position |
getTokenPosition() |
public PlayerState(de.smarten.tsuro.shared.gamemodel.Position tokenPosition, de.smarten.tsuro.shared.gamemodel.Gate tokenGate, Collection<de.smarten.tsuro.shared.gamemodel.Tile> handTiles, HeatMap playerHeatMap, de.smarten.tsuro.shared.gamemodel.KickState kickState)
public de.smarten.tsuro.shared.gamemodel.Position getTokenPosition()
public de.smarten.tsuro.shared.gamemodel.Gate getTokenGate()
public de.smarten.tsuro.shared.gamemodel.Position getNextTurnPosition()
public ArrayList<de.smarten.tsuro.shared.gamemodel.Tile> getHandTiles()
public HeatMap getHeatMap()
public de.smarten.tsuro.shared.gamemodel.KickState getKickState()
Copyright © 2017 smarTen. All rights reserved.