Skip to content

Commit

Permalink
getArea method
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen authored and Angeschossen committed Nov 13, 2020
1 parent e73ae72 commit 1b6a71b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ public Land getLand(@NotNull String name) {
return null;
}

@Override
public @Nullable Area getArea(@NotNull World world, int x, int y, int z) {
return null;
}

@Override
public @NotNull List<Land> getTopLands(SortMode sortMode) {
return null;
Expand Down

0 comments on commit 1b6a71b

Please sign in to comment.