Add method to get all claims for a given faction.
This commit is contained in:
@@ -232,5 +232,7 @@ public interface Faction extends EconomyParticipator {
|
||||
// ----------------------------------------------//
|
||||
public void remove();
|
||||
|
||||
public Set<FLocation> getAllClaims();
|
||||
|
||||
public void setId(String id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user