Package com.nitnelave.CreeperHeal.utils

Examples of com.nitnelave.CreeperHeal.utils.DateLoc


     *            The block's location.
     */
    public static void putFallPrevention(Location location)
    {
        if (CreeperConfig.getBool(CfgVal.PREVENT_BLOCK_FALL))
            index.addElement(new DateLoc(new Date(), location), location.getX(), location.getZ());
    }
View Full Code Here

TOP

Related Classes of com.nitnelave.CreeperHeal.utils.DateLoc

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.