类 AbstractPhaseStrategy
java.lang.Object
club.xiaojiawei.strategy.AbstractPhaseStrategy
- 直接已知子类:
DrawnInitCardPhaseStrategy
,FillDeckPhaseStrategy
,GameOverPhaseStrategy
,GameTurnPhaseStrategy
,ReplaceCardPhaseStrategy
,SpecialEffectTriggerPhaseStrategy
游戏阶段抽象类
-
字段概要
字段修饰符和类型字段说明protected GameUtil
protected AtomicReference<javafx.beans.property.BooleanProperty>
protected PowerLogListener
protected Properties
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected void
protected void
void
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)
-
字段详细资料
-
powerLogListener
-
gameUtil
-
isPause
-
scriptConfiguration
-
-
构造器详细资料
-
AbstractPhaseStrategy
public AbstractPhaseStrategy()
-
-
方法详细资料
-
deal
-
beforeDeal
protected void beforeDeal() -
afterDeal
protected void afterDeal() -
dealTagChangeThenIsOver
-
dealShowEntityThenIsOver
-
dealFullEntityThenIsOver
-
dealChangeEntityThenIsOver
-
dealOtherThenIsOver
-