Examples of DropChestListener


Examples of com.kellerkindt.scs.listeners.DropChestListener

    //Attach to DropChest API, if loaded
    if (className.equals("com.narrowtux.dropchest.dropchest")){
      log(Level.INFO, "Found Old DropChest.  Attempting to hook api.", true);

      try {
        registerEvents(new DropChestListener(this));
        log(Level.INFO, "Hooked OLD DropChest listener.", true);
      } catch (Exception e) {}
    }
   
    //This supports a fork that was done to upgrade DC to 1.1.
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.