public static interface LevelTempletGame.Delegate
限定符和类型 | 方法和说明 |
---|---|
void |
onLevelTempletAttack(int curLife,
int curLevel,
boolean isMine) |
void |
onLevelTempletLevelChange(int curLevel) |
void |
onLevelTempletOver() |
void |
onLevelTempletPrepared(boolean gameEnabled,
java.lang.String actId,
int sort,
int showTime) |
void |
onLevelTempletStarRefresh(int anchorRank,
int anchorTotal,
LevelTempletGame.StarInfo starInfo) |
void |
onLevelTempletStarRefreshTick(java.lang.String timeStr,
int topOneGold,
int myGold) |
void |
onLevelTempletStart(int curLife,
int curLevel,
int anchorRank,
int anchorTotal,
LevelTempletGame.StarInfo starInfo,
int topOneGold,
int myGold,
java.lang.String timeStr) |
void |
onLevelTempletWaiting(int seconds) |
void |
onNeedRequestLevelTempletInfo() |
void onLevelTempletPrepared(boolean gameEnabled, java.lang.String actId, int sort, int showTime)
void onLevelTempletWaiting(int seconds)
void onLevelTempletStart(int curLife, int curLevel, int anchorRank, int anchorTotal, LevelTempletGame.StarInfo starInfo, int topOneGold, int myGold, java.lang.String timeStr)
void onLevelTempletOver()
void onLevelTempletLevelChange(int curLevel)
void onLevelTempletAttack(int curLife, int curLevel, boolean isMine)
void onLevelTempletStarRefresh(int anchorRank, int anchorTotal, LevelTempletGame.StarInfo starInfo)
void onLevelTempletStarRefreshTick(java.lang.String timeStr, int topOneGold, int myGold)
void onNeedRequestLevelTempletInfo()