Package emu.grasscutter.game.tower
Class TowerLevelRecord
java.lang.Object
emu.grasscutter.game.tower.TowerLevelRecord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetFloorId(int floorId) voidsetFloorStarRewardProgress(int floorStarRewardProgress) setLevelStars(int levelId, int stars) voidsetPassedLevelMap(Map<Integer, Integer> passedLevelMap)
-
Constructor Details
-
TowerLevelRecord
public TowerLevelRecord() -
TowerLevelRecord
public TowerLevelRecord(int floorId)
-
-
Method Details
-
setLevelStars
-
getStarCount
public int getStarCount() -
getFloorId
public int getFloorId() -
setFloorId
public void setFloorId(int floorId) -
getPassedLevelMap
-
setPassedLevelMap
-
getFloorStarRewardProgress
public int getFloorStarRewardProgress() -
setFloorStarRewardProgress
public void setFloorStarRewardProgress(int floorStarRewardProgress)
-