Package net.sacredlabyrinth.Phaed.TelePlusPlus.managers

Examples of net.sacredlabyrinth.Phaed.TelePlusPlus.managers.ItemManager


        teleportManager = new TeleportManager(this);
        toggleManager = new ToggleManager(this);
        commandManager = new CommandManager(this);
        glassedManager = new GlassedManager(this);
        helpManager = new HelpManager(this);
        itemManager = new ItemManager(this);
        moverManager = new MoverManager();

        this.getServer().getPluginManager().registerEvent(Event.Type.PLAYER_INTERACT, playerListener, Priority.Normal, this);
        this.getServer().getPluginManager().registerEvent(Event.Type.PLAYER_MOVE, playerListener, Priority.Normal, this);
        this.getServer().getPluginManager().registerEvent(Event.Type.ENTITY_DAMAGE, entityListener, Priority.Monitor, this);
View Full Code Here

TOP

Related Classes of net.sacredlabyrinth.Phaed.TelePlusPlus.managers.ItemManager

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.