Package tconstruct.mechworks.landmine.behavior.stackCombo

Examples of tconstruct.mechworks.landmine.behavior.stackCombo.SpecialStackHandler


    {
        Iterator<SpecialStackHandler> i1 = SpecialStackHandler.handlers.iterator();

        while (i1.hasNext())
        {
            SpecialStackHandler h = i1.next();
            if (isOffensive || !h.isOffensive(stackEffects))
            {
                h.checkStack(worldObj, x, y, z, triggerer, stackEffects);
            }
        }
    }
View Full Code Here

TOP

Related Classes of tconstruct.mechworks.landmine.behavior.stackCombo.SpecialStackHandler

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.