Package fr.neatmonster.nocheatplus.checks.blockplace

Examples of fr.neatmonster.nocheatplus.checks.blockplace.BlockPlaceListener


        // Register "higher level" components (check listeners).
        for (final Object obj : new Object[]{
                new BlockInteractListener(),
                new BlockBreakListener(),
                new BlockPlaceListener(),
                new ChatListener(),
                new CombinedListener(),
                // Do mind registration order: Combined must come before Fight.
                new FightListener(),
                new InventoryListener(),
View Full Code Here

TOP

Related Classes of fr.neatmonster.nocheatplus.checks.blockplace.BlockPlaceListener

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.