Interface ClanStat
- All Known Subinterfaces:
RankedStat
public interface ClanStat
This class represents a stat. It needs to be registered in the subcommand Stats. To do that use
((Stats) de.simonsator.partyandfriends.clan.commands.ClanCommands.getInstance().getSubCommand(Stats.class)).
registerClanStats(ClanStat pStats, Plugin pPlugin).
-
Method Summary
-
Method Details
-
stats
This method is called every time somebody uses the command /clan stats if the instance of this object is registered.- Parameters:
pSender
- The playerpClan
- The clan he wants to know the stats of.
-
getName
String getName()- Returns:
- Returns the name of the stat.
-