Package net.fateuhc.plugin.player.data
Class ProfileData
java.lang.Object
net.fateuhc.plugin.player.data.ProfileData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the alerts settings.Get the amount of bow shots.Get the amount of coal mined.Get the amount of deaths.Get the amount of diamonds mined.Get the amount of emeralds mined.Get the amount of games played.Get the amount of golden apples eaten.Get the amount of golden heads eaten.Get the amount of gold mined.Get the highest kill streak.Get the amount of iron mined.getKills()Get the amount of kills.Get the amount of lapis mined.Get the player's name.Get the amount of points.Get the amount of practice death.Get the amount of practice kills.Get the amount of quartz mined.Get the amount of redstone mined.Get the player's settingsGet the amount of spawners mined.getUUID()Get the player's UUID.getWins()Get the amount of wins.
-
Constructor Details
-
ProfileData
public ProfileData()
-
-
Method Details
-
getKills
Get the amount of kills.- Returns:
Stat
-
getPracticeKills
Get the amount of practice kills.- Returns:
Stat
-
getDeaths
Get the amount of deaths.- Returns:
Stat
-
getPracticeDeaths
Get the amount of practice death.- Returns:
Stat
-
getWins
Get the amount of wins.- Returns:
Stat
-
getGamesPlayed
Get the amount of games played.- Returns:
Stat
-
getHighestKillStreak
Get the highest kill streak.- Returns:
Stat
-
getPoints
Get the amount of points.- Returns:
Stat
-
getGoldenHeadsEaten
Get the amount of golden heads eaten.- Returns:
Stat
-
getGoldenApplesEaten
Get the amount of golden apples eaten.- Returns:
Stat
-
getBowShots
Get the amount of bow shots.- Returns:
Stat
-
getDiamondsMined
Get the amount of diamonds mined.- Returns:
Stat
-
getGoldMined
Get the amount of gold mined.- Returns:
Stat
-
getEmeraldsMined
Get the amount of emeralds mined.- Returns:
Stat
-
getIronMined
Get the amount of iron mined.- Returns:
Stat
-
getRedstoneMined
Get the amount of redstone mined.- Returns:
Stat
-
getLapisMined
Get the amount of lapis mined.- Returns:
Stat
-
getCoalMined
Get the amount of coal mined.- Returns:
Stat
-
getQuartzMined
Get the amount of quartz mined.- Returns:
Stat
-
getSpawnersMined
Get the amount of spawners mined.- Returns:
Stat
-
getAlerts
Get the alerts settings.- Returns:
Alerts
-
getSettings
Get the player's settings- Returns:
Settings
-
getUUID
Get the player's UUID.- Returns:
UUID
-
getPlayerName
Get the player's name.- Returns:
String
-