类 ExactMatchConversationCanceller

java.lang.Object
org.bukkit.conversations.ExactMatchConversationCanceller
所有已实现的接口:
Cloneable, ConversationCanceller

public class ExactMatchConversationCanceller extends Object implements ConversationCanceller
An ExactMatchConversationCanceller cancels a conversation if the user enters an exact input string
  • 构造器详细资料

    • ExactMatchConversationCanceller

      public ExactMatchConversationCanceller(String escapeSequence)
      Builds an ExactMatchConversationCanceller.
      参数:
      escapeSequence - The string that, if entered by the user, will cancel the conversation.
  • 方法详细资料