chore: annotate new sendMessage methods

This commit is contained in:
Pierre Maurice Schwang 2023-10-02 23:44:43 +02:00
parent 42c5f38788
commit 04f38287ce

View File

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