mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
chore: annotate new sendMessage methods
This commit is contained in:
parent
42c5f38788
commit
04f38287ce
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user