Skip to content

Commit

Permalink
Add since tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dordsor21 committed Dec 20, 2023
1 parent 31b3aca commit 936f3a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Core/src/main/java/com/plotsquared/core/plot/PlotArea.java
Original file line number Diff line number Diff line change
Expand Up @@ -1454,13 +1454,17 @@ protected void setDefaultHome(BlockLoc defaultHome) {

/**
* Get the maximum height that changes to plot components (wall filling, air, all etc.) may operate to
*
* @since TODO
*/
public int getMaxComponentHeight() {
return this.maxBuildHeight;
}

/**
* Get the minimum height that changes to plot components (wall filling, air, all etc.) may operate to
*
* @since TODO
*/
public int getMinComponentHeight() {
return this.minBuildHeight;
Expand Down

0 comments on commit 936f3a3

Please sign in to comment.