Package com.khorn.terraincontrol.bukkit.commands.runnable

Examples of com.khorn.terraincontrol.bukkit.commands.runnable.MapWriter


                label = "[" + offsetX + "_" + offsetZ + "]";
            }
        }


        MapWriter map = new MapWriter(world.getHandle(), size, angle, sender, offsetX, offsetZ, label);

        this.plugin.getServer().getScheduler().runTaskAsynchronously(this.plugin, map);

        return true;
    }
View Full Code Here

TOP

Related Classes of com.khorn.terraincontrol.bukkit.commands.runnable.MapWriter

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.