Package org.bukkit.conversations

Examples of org.bukkit.conversations.ConversationAbandonedListener


         
          new ConversationFactory(plugin).
            withFirstPrompt(prompt).
            withEscapeSequence("CANCEL").
            withLocalEcho(false).
            addConversationAbandonedListener(new ConversationAbandonedListener() {
              @Override
              public void conversationAbandoned(ConversationAbandonedEvent event) {
                try {
                  final Conversable whom = event.getContext().getForWhom();
                 
View Full Code Here

TOP

Related Classes of org.bukkit.conversations.ConversationAbandonedListener

Copyright © 2018 www.massapicom. 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.