Examples of DropsAPI


Examples of us.deathmarine.diablodrops.drops.DropsAPI

    drop = new ItemAPI();
    new CustomBuilder(this).build();
    new SocketBuilder(this).build();
    new TierBuilder(this).build();
    new ArmorSetBuilder(this).build();
    dropsAPI = new DropsAPI(this);
    setsAPI = new SetsAPI(this);
    if (config.getBoolean("Worlds.Enabled", false)) {
      for (String s : config.getStringList("Worlds.Allowed")) {
        worlds.add(s.toLowerCase());
      }
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.