类 GameOverPhaseStrategy
java.lang.Object
club.xiaojiawei.strategy.AbstractPhaseStrategy
club.xiaojiawei.strategy.phase.GameOverPhaseStrategy
游戏结束阶段
-
字段概要
从类继承的字段 club.xiaojiawei.strategy.AbstractPhaseStrategy
gameUtil, isPause, powerLogListener, scriptConfiguration
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected boolean
dealChangeEntityThenIsOver
(String line, ExtraEntity extraEntity) protected boolean
dealFullEntityThenIsOver
(String line, ExtraEntity extraEntity) protected boolean
dealOtherThenIsOver
(String line) protected boolean
dealShowEntityThenIsOver
(String line, ExtraEntity extraEntity) protected boolean
dealTagChangeThenIsOver
(String line, TagChangeEntity tagChangeEntity) 从类继承的方法 club.xiaojiawei.strategy.AbstractPhaseStrategy
afterDeal, beforeDeal, deal
-
构造器详细资料
-
GameOverPhaseStrategy
public GameOverPhaseStrategy()
-
-
方法详细资料
-
dealTagChangeThenIsOver
-
dealShowEntityThenIsOver
-
dealFullEntityThenIsOver
-
dealChangeEntityThenIsOver
-
dealOtherThenIsOver
-