Class StatisticStorage
java.lang.Object
xericker.arenalegends.playerdata.storage.statistic.StatisticStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(GameMode gameMode, PlayerStatistic statistic, long value) voidadd(PlayerStatistic statistic, long value) longget(GameMode gameMode, PlayerStatistic statistic) longget(PlayerStatistic statistic) voidremove(GameMode gameMode, PlayerStatistic statistic, long value) voidremove(PlayerStatistic statistic, long value) voidset(GameMode gameMode, PlayerStatistic statistic, long value) voidset(PlayerStatistic statistic, long value)
-
Constructor Details
-
StatisticStorage
public StatisticStorage()
-
-
Method Details
-
get
-
get
-
set
-
set
-
add
-
add
-
remove
-
remove
-