Package us.deathmarine.diablodrops.builders

Examples of us.deathmarine.diablodrops.builders.TierBuilder


    nameLoader.loadFile(offenselore, "offenselore.txt");
    custom = new ArrayList<ItemStack>();
    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")) {
View Full Code Here

TOP

Related Classes of us.deathmarine.diablodrops.builders.TierBuilder

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.