Package me.taylorkelly.bigbrother.listeners

Examples of me.taylorkelly.bigbrother.listeners.BBPlayerListener


        BBLogging.info(BBDataTable.getInstance().toString()+" loaded!");
        worldManager = new WorldManager();
        BBPlayerInfo.ENVIRONMENT = new BBPlayerInfo("Environment");

        // Initialize Listeners
        playerListener = new BBPlayerListener(this);
        blockListener = new BBBlockListener(this);
        entityListener = new BBEntityListener(this);
        stickListener = new StickListener(this);
        sticker = new Sticker(getServer(), worldManager);
View Full Code Here

TOP

Related Classes of me.taylorkelly.bigbrother.listeners.BBPlayerListener

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.