public class PKHelper
extends java.lang.Object
构造器和说明 |
---|
PKHelper() |
限定符和类型 | 方法和说明 |
---|---|
long |
getAgainBtnDelayTime()
再来一局按钮延迟多久展示
|
java.lang.String |
getCurrentPKId() |
int |
getCurrentRoundStep() |
PKGameMatchResultContent |
getNextPKMatchResult() |
boolean |
isInBattleState() |
boolean |
isInPunishState() |
boolean |
isNeedCompatible() |
boolean |
isWaitingForGameAgain()
是否等待再来一局
|
boolean |
needGameAgain()
新版pk流程中是否需要进行下一场
|
void |
onAcceptInviteMsg()
我接受邀请了
|
void |
onPKRandom()
开始随机匹配
|
void |
onReceivePKAgainMsgNew(PKAgainTipMessage msg)
收到新流程再来一局邀请状态消息
|
void |
onReceivePKAgainMsgOld(PKGamePlayAgainFaildContent msg)
收到老流程再来一局拒绝消息
|
void |
onReceivePKEndMsg(PKGameEndMsgContent msg)
收到PK结束消息,包含pk对战结束和pk惩罚结束
|
void |
onReceivePKInviteMsg(PKGameInviteContent msg)
收到pk邀请消息
|
boolean |
onReceivePKMatchMsg(PKGameMatchResultContent msg)
收到pk匹配成功消息
|
void |
onReceivePKSuccessMsg(PKGameSuccessMsgContent msg)
收到pk正式开始消息
|
void |
onSendPKInviteMsg()
我发出pk邀请消息
|
void |
reset(int from) |
void |
setMyHostAgree(boolean myHostAgree) |
void |
setNeedCompatible(boolean needCompatible) |
public void reset(int from)
public java.lang.String getCurrentPKId()
public void setMyHostAgree(boolean myHostAgree)
public boolean isNeedCompatible()
public int getCurrentRoundStep()
public boolean isInPunishState()
public boolean isInBattleState()
public void setNeedCompatible(boolean needCompatible)
public boolean needGameAgain()
public long getAgainBtnDelayTime()
public boolean isWaitingForGameAgain()
public PKGameMatchResultContent getNextPKMatchResult()
public void onSendPKInviteMsg()
public void onAcceptInviteMsg()
public void onReceivePKInviteMsg(PKGameInviteContent msg)
public void onPKRandom()
public boolean onReceivePKMatchMsg(PKGameMatchResultContent msg)
public void onReceivePKSuccessMsg(PKGameSuccessMsgContent msg)
public void onReceivePKEndMsg(PKGameEndMsgContent msg)
public void onReceivePKAgainMsgNew(PKAgainTipMessage msg)
public void onReceivePKAgainMsgOld(PKGamePlayAgainFaildContent msg)