Package net.citizensnpcs.api.event

Examples of net.citizensnpcs.api.event.CitizensEnableEvent


            @Override
            public void run() {
                setupNPCs();
                // call enable event, can be used for initialization of
                // type-specific things
                Bukkit.getServer().getPluginManager().callEvent(new CitizensEnableEvent());
            }
        }) == -1) {
            Messaging.log("Issue with multiworld scheduling, disabling plugin.");
            getServer().getPluginManager().disablePlugin(this);
            return;
View Full Code Here

TOP

Related Classes of net.citizensnpcs.api.event.CitizensEnableEvent

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.