Add since tags

This commit is contained in:
dordsor21 2023-12-20 16:04:57 +00:00
parent 31b3aca32f
commit 936f3a36c5
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -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;