Examples of MCAccessFactory


Examples of fr.neatmonster.nocheatplus.compat.MCAccessFactory

     * @param config
     */
    public MCAccess initMCAccess(final ConfigFile config) {
        // Reset MCAccess.
        // TODO: Might fire a NCPSetMCAccessFromFactoryEvent (include getting and setting)!
        final MCAccess mcAccess = new MCAccessFactory().getMCAccess(config.getBoolean(ConfPaths.COMPATIBILITY_BUKKITONLY));
        setMCAccess(mcAccess);
        return mcAccess;
    }
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.