Package emu.grasscutter.game.tower
Class TowerManager
java.lang.Object
emu.grasscutter.game.tower.TowerManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoidenterLevel(int enterPointId) intintform 1-3intintbooleanbooleanvoidmirrorTeamSetUp(int teamId) voidvoidnotifyCurLevelRecordChangeWhenDone(int stars) voidvoidteamSelect(int floor, List<List<Long>> towerTeams)
-
Constructor Details
-
TowerManager
-
-
Method Details
-
setPlayer
-
getCurrentFloorId
public int getCurrentFloorId() -
getCurrentLevelId
public int getCurrentLevelId() -
getCurrentLevel
public int getCurrentLevel()form 1-3 -
getRecordMap
-
teamSelect
-
enterLevel
public void enterLevel(int enterPointId) -
notifyCurLevelRecordChange
public void notifyCurLevelRecordChange() -
notifyCurLevelRecordChangeWhenDone
public void notifyCurLevelRecordChangeWhenDone(int stars) -
hasNextLevel
public boolean hasNextLevel() -
getNextFloorId
public int getNextFloorId() -
hasNextFloor
public boolean hasNextFloor() -
clearEntry
public void clearEntry() -
canEnterScheduleFloor
public boolean canEnterScheduleFloor() -
mirrorTeamSetUp
public void mirrorTeamSetUp(int teamId)
-