Package com.kellerkindt.scs.events

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

Related Classes of com.kellerkindt.scs.events.ShowCaseDeleteEvent

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.