类 War
java.lang.Object
club.xiaojiawei.status.War
游戏对局状态
-
字段概要
字段修饰符和类型字段说明static final AtomicIntegerstatic final AtomicInteger单位:minstatic final javafx.beans.property.SimpleIntegerPropertystatic final AtomicInteger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static CardexchangeAreaOfCard(ExtraEntity extraEntity) static voidexchangeAreaOfCard(TagChangeEntity tagChangeEntity) static Playerstatic PlayergetPlayerByArea(Area area) static AreagetReverseArea(Area area) static PlayergetReversePlayer(String playerId) static voidstatic voidreset()static voidsetCurrentPlayer(Player currentPlayer) static voidsetCurrentTurnStep(StepEnum currentTurnStep) static voidsetFirstPlayerGameId(String firstPlayerGameId)
-
字段详细资料
-
warCount
public static final javafx.beans.property.SimpleIntegerProperty warCount -
winCount
-
gameTime
单位:min -
exp
-
-
构造器详细资料
-
War
public War()
-
-
方法详细资料
-
reset
public static void reset() -
setCurrentTurnStep
-
increaseWarCount
public static void increaseWarCount() -
setFirstPlayerGameId
-
setCurrentPlayer
-
exchangeAreaOfCard
-
exchangeAreaOfCard
-
getPlayer
-
getReversePlayer
-
getPlayerByArea
-
getReverseArea
-