A few optimizations.

This commit is contained in:
t00thpick1
2015-01-02 19:33:34 -05:00
parent 44dc04e3e1
commit 37565463ad
3 changed files with 11 additions and 2 deletions

View File

@@ -164,6 +164,8 @@ public interface Faction extends EconomyParticipator {
public boolean removeFPlayer(FPlayer fplayer);
public int getSize();
public Set<FPlayer> getFPlayers();
public Set<FPlayer> getFPlayersWhereOnline(boolean online);