Package com.andrei1058.bedwars.api
Interface BedWars.IStats
- Enclosing interface:
BedWars
public static interface BedWars.IStats
-
Method Summary
Modifier and TypeMethodDescriptionint
Get player beds destroyed.int
Get player total deaths.int
Get player total final deaths.int
Get player total final kills.Get player first play date.int
Get player games played.int
Get player regular kills.Get player last play date.int
Get player total looses.int
Get player total kills.int
Get 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.
-