Package fr.neatmonster.nocheatplus.checks.access

Examples of fr.neatmonster.nocheatplus.checks.access.CheckDataFactory.removeData()


                    if (factory != null) {
                        factories.add(factory);
                    }
                }
                for (final CheckDataFactory factory : factories) {
                    factory.removeData(playerName);
                }
                clearComponentData(CheckType.ALL, playerName);
                playerData.remove(playerName.toLowerCase()); // TODO
            }
            if (deleteData || deleteHistory) {
View Full Code Here


                factories.add(otherFactory);
            }
        }
        // Remove data.
        for (final CheckDataFactory otherFactory : factories) {
            if (otherFactory.removeData(playerName) != null) {
                had = true;
            }
        }

        if (checkType == CheckType.ALL) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.