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

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


        {
            sender.sendMessage(ERROR_COLOR + "Wrong biome ids ");
            return true;
        }

        BiomeReplace replace = new BiomeReplace(world, biomeIdFrom, biomeIdTo, sender);

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

        return true;
View Full Code Here

TOP

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

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.