From 936f3a36c541ddcb045df772b27b5a6b29add6b0 Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Wed, 20 Dec 2023 16:04:57 +0000 Subject: [PATCH] Add since tags --- Core/src/main/java/com/plotsquared/core/plot/PlotArea.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java index 20e46de7b..aeeb1ab02 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java @@ -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;