Class SetupConversation.SetupPrompt

java.lang.Object
org.bukkit.conversations.StringPrompt
com.palmergames.bukkit.towny.conversation.SetupConversation.SetupPrompt
All Implemented Interfaces:
Cloneable, org.bukkit.conversations.Prompt
Enclosing class:
SetupConversation

public class SetupConversation.SetupPrompt extends org.bukkit.conversations.StringPrompt
  • Field Summary

    Fields inherited from interface org.bukkit.conversations.Prompt

    END_OF_CONVERSATION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable org.bukkit.conversations.Prompt
    acceptInput(@NotNull org.bukkit.conversations.ConversationContext context, @Nullable String string)
     
    @NotNull String
    getPromptText(@NotNull org.bukkit.conversations.ConversationContext conversationContext)
     

    Methods inherited from class org.bukkit.conversations.StringPrompt

    blocksForInput

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SetupPrompt

      public SetupPrompt()
  • Method Details

    • getPromptText

      @NotNull public @NotNull String getPromptText(@NotNull @NotNull org.bukkit.conversations.ConversationContext conversationContext)
    • acceptInput

      @Nullable public @Nullable org.bukkit.conversations.Prompt acceptInput(@NotNull @NotNull org.bukkit.conversations.ConversationContext context, @Nullable @Nullable String string)