Package me.taylorkelly.bigbrother.datablock

Examples of me.taylorkelly.bigbrother.datablock.BlockBurn


        if (bestLocation != null) {
            player = lavaMap.get(bestLocation);
            log(blockTo.getLocation(), player);
        }
        */
        return new BlockBurn(player, block, block.getWorld().getName());
    }
View Full Code Here

TOP

Related Classes of me.taylorkelly.bigbrother.datablock.BlockBurn

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.