类 DrawnInitCardPhaseStrategy
java.lang.Object
club.xiaojiawei.strategy.AbstractPhaseStrategy
club.xiaojiawei.strategy.phase.DrawnInitCardPhaseStrategy
抽起始牌阶段
-
字段概要
从类继承的字段 club.xiaojiawei.strategy.AbstractPhaseStrategy
gameUtil, isPause, powerLogListener, scriptConfiguration
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected boolean
dealFullEntityThenIsOver
(String line, ExtraEntity extraEntity) 确定一方玩家的游戏id,verifyPlayer(String, boolean)
方法绝对会在此方法执行前执行protected boolean
dealShowEntityThenIsOver
(String line, ExtraEntity extraEntity) protected boolean
dealTagChangeThenIsOver
(String line, TagChangeEntity tagChangeEntity) void
verifyPlayer
(String playerId, boolean reverse) SHOW_ENTITY解析来的reverse为false TAG_CHANGE解析来的reverse为true从类继承的方法 club.xiaojiawei.strategy.AbstractPhaseStrategy
afterDeal, beforeDeal, deal, dealChangeEntityThenIsOver, dealOtherThenIsOver
-
构造器详细资料
-
DrawnInitCardPhaseStrategy
public DrawnInitCardPhaseStrategy()
-
-
方法详细资料
-
verifyPlayer
SHOW_ENTITY解析来的reverse为false TAG_CHANGE解析来的reverse为true- 参数:
playerId
-reverse
-
-
dealTagChangeThenIsOver
-
dealShowEntityThenIsOver
-
dealFullEntityThenIsOver
确定一方玩家的游戏id,verifyPlayer(String, boolean)
方法绝对会在此方法执行前执行- 覆盖:
dealFullEntityThenIsOver
在类中AbstractPhaseStrategy
- 参数:
line
-extraEntity
-- 返回:
-