Package com.Acrobot.ChestShop.Signs

Examples of com.Acrobot.ChestShop.Signs.RestrictedSign


        registerEvent(new PlayerLeave());
        registerEvent(new PlayerTeleport());

        registerEvent(new ItemInfoListener());

        registerEvent(new RestrictedSign());

        if (!Properties.TURN_OFF_HOPPER_PROTECTION) {
            registerEvent(new ItemMoveListener());
        }
    }
View Full Code Here

TOP

Related Classes of com.Acrobot.ChestShop.Signs.RestrictedSign

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.