Package net.aufdemrand.denizen.npc.actions

Examples of net.aufdemrand.denizen.npc.actions.ActionHandler


    public dNPCRegistry(Denizen denizen) {
        plugin = denizen;
        if (Depends.citizens != null)
            plugin.getServer().getPluginManager().registerEvents(this, plugin);
        actionHandler = new ActionHandler(plugin);
    }
View Full Code Here

TOP

Related Classes of net.aufdemrand.denizen.npc.actions.ActionHandler

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.