Add method to get all claims for a given faction.

This commit is contained in:
drtshock
2015-04-26 00:02:30 -05:00
parent d0b514eff6
commit 9076e780cf
4 changed files with 34 additions and 8 deletions

View File

@@ -232,5 +232,7 @@ public interface Faction extends EconomyParticipator {
// ----------------------------------------------//
public void remove();
public Set<FLocation> getAllClaims();
public void setId(String id);
}