接口 IPlayer
public interface IPlayer
游戏玩家
-
方法详细资料
-
getSeat
Integer getSeat()座位号 -
getPick
IMahJong getPick()摸的牌 -
getLack
Integer getLack()定缺 -
getScore
Long getScore()积分 -
getHandCard
IHandCard getHandCard()手牌 -
getFuluAuto
自动副露执行 -
getFuluState
Integer getFuluState()当前副露状态 -
getFulus
获取当前副露效果 -
getFuluCards
Collection<? extends IFuluCard> getFuluCards()副露牌
-