Class LeaderboardValue

java.lang.Object
wtf.nucker.kitpvpplus.api.objects.LeaderboardValue

public class LeaderboardValue extends Object
  • Constructor Details

    • LeaderboardValue

      public LeaderboardValue(org.bukkit.OfflinePlayer player, double value)
  • Method Details

    • getValue

      public double getValue()
      Returns:
      the player's value
    • getPlayer

      public org.bukkit.OfflinePlayer getPlayer()
      Returns:
      the player
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
      Parameters:
      o - the object your comparing
      Returns:
      weather the object specified is an instance of this class and weather the player's uuids match