@@ -4,7 +4,7 @@ package org.bukkit.conversations;
|
||||
* StringPrompt is the base class for any prompt that accepts an arbitrary
|
||||
* string from the user.
|
||||
*/
|
||||
public abstract class StringPrompt implements Prompt{
|
||||
public abstract class StringPrompt implements Prompt {
|
||||
|
||||
/**
|
||||
* Ensures that the prompt waits for the user to provide input.
|
||||
|
||||
Reference in New Issue
Block a user