Skip to content

Commit

Permalink
added update()
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Mar 30, 2024
1 parent 246d0cb commit 93e4321
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/minevalley/core/api/regions/Region.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ public interface Region {

/**
* <b>Note:</b> This could be null!
*
* @return the residence this region is connected to, if existing.
*/
Residence getResidence();

void update(List<Area> included, List<Area> excluded);
}

0 comments on commit 93e4321

Please sign in to comment.