Examples of WorldListen


Examples of net.citizensnpcs.listeners.WorldListen

            NPCTypeManager.getType(loaded).registerEvents();
        }

        // register our events
        getServer().getPluginManager().registerEvents(new EntityListen(), this);
        getServer().getPluginManager().registerEvents(new WorldListen(), this);
        getServer().getPluginManager().registerEvents(new PlayerListen(), this);

        // register our commands
        commands.register(BasicCommands.class);
        commands.register(ToggleCommands.class);
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.