Class ProfileData

java.lang.Object
net.fateuhc.plugin.player.data.ProfileData

public class ProfileData extends Object
  • Constructor Details

    • ProfileData

      public ProfileData()
  • Method Details

    • getKills

      public Stat getKills()
      Get the amount of kills.
      Returns:
      Stat
    • getPracticeKills

      public Stat getPracticeKills()
      Get the amount of practice kills.
      Returns:
      Stat
    • getDeaths

      public Stat getDeaths()
      Get the amount of deaths.
      Returns:
      Stat
    • getPracticeDeaths

      public Stat getPracticeDeaths()
      Get the amount of practice death.
      Returns:
      Stat
    • getWins

      public Stat getWins()
      Get the amount of wins.
      Returns:
      Stat
    • getGamesPlayed

      public Stat getGamesPlayed()
      Get the amount of games played.
      Returns:
      Stat
    • getHighestKillStreak

      public Stat getHighestKillStreak()
      Get the highest kill streak.
      Returns:
      Stat
    • getPoints

      public Stat getPoints()
      Get the amount of points.
      Returns:
      Stat
    • getGoldenHeadsEaten

      public Stat getGoldenHeadsEaten()
      Get the amount of golden heads eaten.
      Returns:
      Stat
    • getGoldenApplesEaten

      public Stat getGoldenApplesEaten()
      Get the amount of golden apples eaten.
      Returns:
      Stat
    • getBowShots

      public Stat getBowShots()
      Get the amount of bow shots.
      Returns:
      Stat
    • getDiamondsMined

      public Stat getDiamondsMined()
      Get the amount of diamonds mined.
      Returns:
      Stat
    • getGoldMined

      public Stat getGoldMined()
      Get the amount of gold mined.
      Returns:
      Stat
    • getEmeraldsMined

      public Stat getEmeraldsMined()
      Get the amount of emeralds mined.
      Returns:
      Stat
    • getIronMined

      public Stat getIronMined()
      Get the amount of iron mined.
      Returns:
      Stat
    • getRedstoneMined

      public Stat getRedstoneMined()
      Get the amount of redstone mined.
      Returns:
      Stat
    • getLapisMined

      public Stat getLapisMined()
      Get the amount of lapis mined.
      Returns:
      Stat
    • getCoalMined

      public Stat getCoalMined()
      Get the amount of coal mined.
      Returns:
      Stat
    • getQuartzMined

      public Stat getQuartzMined()
      Get the amount of quartz mined.
      Returns:
      Stat
    • getSpawnersMined

      public Stat getSpawnersMined()
      Get the amount of spawners mined.
      Returns:
      Stat
    • getAlerts

      public Alerts getAlerts()
      Get the alerts settings.
      Returns:
      Alerts
    • getSettings

      public Settings getSettings()
      Get the player's settings
      Returns:
      Settings
    • getUUID

      public UUID getUUID()
      Get the player's UUID.
      Returns:
      UUID
    • getPlayerName

      public String getPlayerName()
      Get the player's name.
      Returns:
      String