Examples of ExactMatchConversationCanceller


Examples of org.bukkit.conversations.ExactMatchConversationCanceller

   * This is usually an empty string.
   *
   * @param endMarker - the end marker.
   */
  public MultipleLinesPrompt(String endMarker, String initialPrompt) {
    this(new ExactMatchConversationCanceller(endMarker), initialPrompt);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.