mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-12-04 02:43:15 +01:00
Add since tags
This commit is contained in:
parent
31b3aca32f
commit
936f3a36c5
@ -1454,6 +1454,8 @@ public abstract class PlotArea implements ComponentLike {
|
||||
|
||||
/**
|
||||
* 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;
|
||||
@ -1461,6 +1463,8 @@ public abstract class PlotArea implements ComponentLike {
|
||||
|
||||
/**
|
||||
* 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;
|
||||
|
Loading…
Reference in New Issue
Block a user