接口 IHandCard
public interface IHandCard
-
方法概要
修饰符和类型方法说明Collection<? extends IMahJong>getCards()手牌Collection<? extends IMahJong>起手拿到的牌Collection<? extends IMahJong>打出去的牌
-
方法详细资料
-
getCards
Collection<? extends IMahJong> getCards()手牌 -
getCardsOrig
Collection<? extends IMahJong> getCardsOrig()起手拿到的牌 -
getCardsOut
Collection<? extends IMahJong> getCardsOut()打出去的牌
-