Uses of Interface
com.ericlam.mc.minigames.core.gamestats.GameStats
-
Packages that use GameStats Package Description com.ericlam.mc.minigames.core.gamestats 遊戲玩家資料類 -
-
Uses of GameStats in com.ericlam.mc.minigames.core.gamestats
Subinterfaces of GameStats in com.ericlam.mc.minigames.core.gamestats Modifier and Type Interface Description interfaceGameStatsEditor可編輯的遊戲玩家資料容器接口Methods in com.ericlam.mc.minigames.core.gamestats with parameters of type GameStats Modifier and Type Method Description CompletableFuture<Void>GameStatsHandler. saveGameStatsData(OfflinePlayer player, GameStats gameStats)定義如何保存遊戲玩家資料Method parameters in com.ericlam.mc.minigames.core.gamestats with type arguments of type GameStats Modifier and Type Method Description CompletableFuture<Void>GameStatsHandler. saveGameStatsData(Map<OfflinePlayer,GameStats> gameStatsMap)定義如何保存所有遊戲玩家資料
-