File tree Expand file tree Collapse file tree
pluginbase-core/src/main/java/dev/demeng/pluginbase/input Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242/**
4343 * Requests a chat input from players, with the ability to map the string input into the object you
44- * require and a retry system for invalid inputs. Created using the Bukkit
45- * {@link org.bukkit.conversations.Conversation} API.
44+ * require and a retry system for invalid inputs. Created using the Bukkit {@link
45+ * org.bukkit.conversations.Conversation} API.
4646 *
4747 * @param <T> The expected return type for the input request
4848 */
@@ -73,8 +73,8 @@ public class ChatInputRequest<T> extends ValidatingPrompt {
7373 * Creates a new chat input request builder.
7474 *
7575 * @param parser The input parser that returns the expected object, or null if the string input is
76- * invalid
77- * @param <T> The expected return type for the input request
76+ * invalid
77+ * @param <T> The expected return type for the input request
7878 * @return A new chat input request builder
7979 */
8080 @ NotNull
@@ -163,8 +163,8 @@ public ChatInputRequest<T> withExitValue(@Nullable final String exitValue) {
163163
164164 /**
165165 * The consumer that is accepted with the parsed input when a valid input has been provided. This
166- * utility will automatically clear the title and subtitle (if applicable) and end the
167- * {@link org.bukkit.conversations.Conversation}.
166+ * utility will automatically clear the title and subtitle (if applicable) and end the {@link
167+ * org.bukkit.conversations.Conversation}.
168168 *
169169 * @param consumer The consumer to be accepted with the input
170170 * @return this
You can’t perform that action at this time.
0 commit comments