Package com.andrei1058.bedwars.api
Interface BedWars.IStats
- Enclosing interface:
BedWars
public static interface BedWars.IStats
-
Method Summary
Modifier and TypeMethodDescriptionintGet player beds destroyed.intGet player total deaths.intGet player total final deaths.intGet player total final kills.Get player first play date.intGet player games played.intGet player regular kills.Get player last play date.intGet player total looses.intGet player total kills.intGet player total wins.
-
Method Details
-
getPlayerFirstPlay
Get player first play date. You get data from the local cache. -
getPlayerLastPlay
Get player last play date. You get data from the local cache. -
getPlayerWins
Get player total wins. You get data from the local cache. -
getPlayerKills
Get player regular kills. You get data from the local cache. -
getPlayerTotalKills
Get player total kills. Regular kills + final kills. You get data from the local cache. -
getPlayerFinalKills
Get player total final kills. You get data from the local cache. -
getPlayerLoses
Get player total looses. You get data from the local cache. -
getPlayerDeaths
Get player total deaths. You get data from the local cache. -
getPlayerFinalDeaths
Get player total final deaths. You get data from the local cache. -
getPlayerBedsDestroyed
Get player beds destroyed. You get data from the local cache. -
getPlayerGamesPlayed
Get player games played. You get data from the local cache.
-