Examples of MCAccessBukkit


Examples of fr.neatmonster.nocheatplus.compat.bukkit.MCAccessBukkit

                for (String uMsg : updateLocs) {
                    LogUtil.logWarning(uMsg);
                }
            }
            LogUtil.logWarning(msg);
            final MCAccess mcAccess = new MCAccessBukkit();
            LogUtil.logWarning("[NoCheatPlus] Bukkit-API-only access: Some features will likely not function properly, performance might suffer.");
            return mcAccess;
        }
        catch(Throwable t) {
            throwables.add(t);
View Full Code Here

Examples of fr.neatmonster.nocheatplus.compat.bukkit.MCAccessBukkit

   
    /**
     * Initialize BlockProperties with default config and Bukkit-API compliance :p.
     */
    public static void initBlockProperties() {
        BlockProperties.init(new MCAccessBukkit(), new DefaultConfigWorldConfigProvider());
    }
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.