Package com.kellerkindt.scs.events

Examples of com.kellerkindt.scs.events.ShowCaseInteractEvent


    ShowCaseEvent  event    = null;
    String      msgSuccess  = null;
   
    if (shopEvent != null && action == Action.RIGHT_CLICK_BLOCK) {
      // interaction event
      event = new ShowCaseInteractEvent(player, shopEvent, todo, pie.getAction() == Action.RIGHT_CLICK_BLOCK);
   
     
    } else if (shopEvent != null && action == Action.LEFT_CLICK_BLOCK) {
      // info event
      event = new ShowCaseInfoEvent(player, shopEvent);
View Full Code Here

TOP

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

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.