From dd7c97ae6950ded93743f421dd34d06504a441cc Mon Sep 17 00:00:00 2001 From: AuroraLS3 <24460436+AuroraLS3@users.noreply.github.com> Date: Sun, 22 Jan 2023 11:55:37 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20plan-pla?= =?UTF-8?q?yer-analytics/Plan@acf9d92b1d23e1b1cf19b57a4eea644b54f74f53=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../commands/subcommands/Confirmation.html | 38 +++++++++++---- .../subcommands/DatabaseCommands.html | 48 +++++++------------ .../subcommands/RegistrationCommands.html | 8 ++-- all/index-all.html | 20 ++++---- all/member-search-index.js | 2 +- 5 files changed, 62 insertions(+), 54 deletions(-) diff --git a/all/com/djrapitops/plan/commands/subcommands/Confirmation.html b/all/com/djrapitops/plan/commands/subcommands/Confirmation.html index 3478d2fb1..14ebd22cb 100644 --- a/all/com/djrapitops/plan/commands/subcommands/Confirmation.html +++ b/all/com/djrapitops/plan/commands/subcommands/Confirmation.html @@ -90,7 +90,9 @@ loadScripts(document, 'script');
Constructor
Description
-
Confirmation(Locale locale)
+
Confirmation(String mainCommand, + ColorScheme colors, + Locale locale)
 
@@ -107,21 +109,27 @@ loadScripts(document, 'script');
Method
Description
void
-
confirm(CMDSender sender, +
confirm(CMDSender sender, + MessageBuilder message, Consumer<Boolean> confirmation)
 
void
- +
confirm(CMDSender sender, + String prompt, + Consumer<Boolean> confirmation)
 
void
- +
 
void
- +
 
void
- +
 
+
void
+ +
 
@@ -140,10 +148,13 @@ loadScripts(document, 'script');

Constructor Details

@@ -155,9 +166,18 @@ loadScripts(document, 'script');

Method Details