public class LevelTempletGameView
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static interface |
LevelTempletGameView.ILevelTempletViewDelegate |
构造器和说明 |
---|
LevelTempletGameView(boolean isBroadcaster,
java.lang.String bozhuId,
java.lang.String videoId,
LevelTempletGameView.ILevelTempletViewDelegate delegate,
ExclusiveDialogBaseManager.ExclusiveDialogLock dialogLock,
int sort,
int showTime,
IActPresenter l) |
限定符和类型 | 方法和说明 |
---|---|
void |
changeLevel(int curLevel) |
void |
changeStar(int anchorRank,
int rankTotal,
LevelTempletGame.StarInfo starInfo) |
void |
gameOver()
切换到被打死状态
|
void |
hideCountDown() |
void |
onDestroy() |
void |
otherAttack(int curLife,
int curLevel) |
void |
setActId(java.lang.String actId) |
void |
showCountDown(int timeSecond) |
void |
showInfoDialog() |
void |
startGame(int curLife,
int curLevel,
int anchorRank,
int rankTotal,
LevelTempletGame.StarInfo starInfo)
新的开始
|
public LevelTempletGameView(boolean isBroadcaster, java.lang.String bozhuId, java.lang.String videoId, LevelTempletGameView.ILevelTempletViewDelegate delegate, ExclusiveDialogBaseManager.ExclusiveDialogLock dialogLock, int sort, int showTime, IActPresenter l)
public void setActId(java.lang.String actId)
public void showCountDown(int timeSecond)
public void showInfoDialog()
public void hideCountDown()
public void startGame(int curLife, int curLevel, int anchorRank, int rankTotal, LevelTempletGame.StarInfo starInfo)
curLife
- curLevel
- public void otherAttack(int curLife, int curLevel)
public void changeLevel(int curLevel)
public void changeStar(int anchorRank, int rankTotal, LevelTempletGame.StarInfo starInfo)
public void gameOver()
public void onDestroy()