From 04f38287cea16e113061b05a2afbe1625a54a2fb Mon Sep 17 00:00:00 2001 From: Pierre Maurice Schwang Date: Mon, 2 Oct 2023 23:44:43 +0200 Subject: [PATCH] chore: annotate new sendMessage methods --- Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java index 483915479..9934c24a5 100644 --- a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java +++ b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java @@ -960,6 +960,7 @@ public abstract class PlotPlayer

implements CommandCaller, OfflinePlotPlayer, * @param caption Caption to send * @param asyncReplacement Async variable replacement * @return A Future to be resolved, after the message was sent + * @since TODO */ public final CompletableFuture sendMessage( @NonNull Caption caption, @@ -975,6 +976,7 @@ public abstract class PlotPlayer

implements CommandCaller, OfflinePlotPlayer, * @param asyncReplacements Async variable replacements * @param replacements Sync variable replacements * @return A Future to be resolved, after the message was sent + * @since TODO */ public final CompletableFuture sendMessage( @NonNull Caption caption,