Examples of DropChestListenerV2


Examples of com.kellerkindt.scs.listeners.DropChestListenerV2

   
    //This supports a fork that was done to upgrade DC to 1.1.
    if (className.equals("com.noheroes.dropchest.dropchest")){
      log(Level.INFO, "Found New DropChest.  Attempting to hook api.", true);
      try{
        registerEvents(new DropChestListenerV2(this));
        log(Level.INFO, "Hooked NEW DropChest listener.", true);
      } catch (Exception e){}
    }
  }
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.