Package fr.neatmonster.nocheatplus.checks.blockinteract

Examples of fr.neatmonster.nocheatplus.checks.blockinteract.BlockInteractListener


            processQueuedSubComponentHolders();
        }

        // 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.
View Full Code Here

TOP

Related Classes of fr.neatmonster.nocheatplus.checks.blockinteract.BlockInteractListener

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.