Class UtilStats

java.lang.Object
net.lewmc.essence.stats.UtilStats

public class UtilStats extends Object
Manages player statistics.
  • Constructor Details

    • UtilStats

      public UtilStats(Essence plugin, org.bukkit.entity.Player p)
      Constructor for the UtilStats class.
      Parameters:
      plugin - Essence - Main plugin class.
      p - Player - The player
  • Method Details

    • toggleInvisible

      public boolean toggleInvisible()
      Sets the player to be invisible.
      Returns:
      boolean - Was the operation successful?