Release 7.3.4

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes
2024-02-12 20:24:23 +01:00
parent d9537ee9df
commit 7b233c944a
2 changed files with 3 additions and 3 deletions

View File

@ -1455,7 +1455,7 @@ 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
* @since 7.3.4
*/
public int getMaxComponentHeight() {
return this.maxBuildHeight;
@ -1464,7 +1464,7 @@ 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
* @since 7.3.4
*/
public int getMinComponentHeight() {
return this.minBuildHeight;