Package com.forgeessentials.commands.util

Examples of com.forgeessentials.commands.util.TickTaskPulseHelper


            if (var2.length >= 4)
            {
                var6 = parseIntWithMin(var1, var2[3], 1);
            }

            TaskRegistry.registerTask(new TickTaskPulseHelper(var11, new Point(var3, var4, var5), var6));
            OutputHandler.chatConfirmation(var1, "Redstone Pulsed for " + var6 + " Ticks");
        }
        else
        {
            throw new WrongUsageException("/pulse <X> <Y> <Z> [PulseLength]", new Object[0]);
View Full Code Here

TOP

Related Classes of com.forgeessentials.commands.util.TickTaskPulseHelper

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.