Examples of ShowCasePriceSetEvent


Examples of com.kellerkindt.scs.events.ShowCasePriceSetEvent

          event.setMsgSuccessfully(Term.MESSAGE_SET_OWNER.get(todo.String));         
          break;
         
        // sets the new price of a shop
        case SET_PRICE:
          event   = new ShowCasePriceSetEvent(player, shop, amount);
          break;
         
        default:
          scs.log(Level.SEVERE, "UNKNOWN TODO.TYPE - PLEASE CONTACT A DEVELOPER", false);
          break;
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.