Package com.kellerkindt.scs.shops

Examples of com.kellerkindt.scs.shops.Shop.addMember()


  @EventHandler (ignoreCancelled=true, priority=EventPriority.MONITOR)
  public void onShowCaseMemberAddEvent (ShowCaseMemberAddEvent scmae) {
    Shop  shop  = scmae.getShop();
    String  member  = scmae.getMember();
   
    shop.addMember(member);
  }
 
  /**
   * Is called, if a new shop should be created
   * @param scce  ShowCaseCreateEvent with needed information about the shop and player
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.