Package com.forgeessentials.worldcontrol.TickTasks

Examples of com.forgeessentials.worldcontrol.TickTasks.TickTaskTopManipulator


            if (radius != -1 && effectPosition != null)
            {
                BackupArea back = new BackupArea();
                // For some reason, player.posX is out.

                TaskRegistry.registerTask(new TickTaskTopManipulator(player, back, effectPosition, radius, manipulateMode));
            }
            ChatUtils.sendMessage(player, "Working on " + name + ".");
        }
        else
        {
View Full Code Here

TOP

Related Classes of com.forgeessentials.worldcontrol.TickTasks.TickTaskTopManipulator

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.