Merge t00ths branch.

This commit is contained in:
drtshock
2015-02-26 08:58:09 -06:00
5 changed files with 188 additions and 94 deletions

View File

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