Examples of ShowCaseDeleteEvent


Examples of com.kellerkindt.scs.events.ShowCaseDeleteEvent

          event.setMsgSuccessfully(Term.MESSAGE_SUCCESSFULL_CREATED.get());
          break;
         
        // deletes a shop
        case DESTROY:
          event  = new ShowCaseDeleteEvent(player, shop);
          event.setMsgSuccessfully(Term.MESSAGE_SUCCESSFULL_DESTROYED.get());
          break;
         
        // remove items
        case GET_ITEMS:
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.