Package emu.grasscutter.game.tower
Class TowerManager
java.lang.Object
emu.grasscutter.game.tower.TowerManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidenterLevel(int enterPointId) intintbooleanvoidvoidvoidvoidteamSelect(int floor, List<List<Long>> towerTeams)
-
Constructor Details
-
TowerManager
-
-
Method Details
-
setPlayer
-
getCurrentFloorId
public int getCurrentFloorId() -
teamSelect
-
enterLevel
public void enterLevel(int enterPointId) -
notifyCurLevelRecordChange
public void notifyCurLevelRecordChange() -
notifyCurLevelRecordChangeWhenDone
public void notifyCurLevelRecordChangeWhenDone() -
hasNextLevel
public boolean hasNextLevel() -
getNextFloorId
public int getNextFloorId() -
clearEntry
public void clearEntry()
-