Package mrtjp.projectred.core.libmc.fx.ParticleLogicTrail

Examples of mrtjp.projectred.core.libmc.fx.ParticleLogicTrail.IParticleBuilder


        double z = bc.z+0.5;

        CoreParticle c = ParticleManagement.instance.spawn(world, "box", x, y, z);
        if (c != null)
        {
            IParticleBuilder build = new IParticleBuilder() {

                @Override
                public void build(CoreParticle c2)
                {
                    ParticleLogicIconShift iconshift = ParticleLogicIconShift.fluttering();
View Full Code Here


        }

        CoreParticle c = ParticleManagement.instance.spawn(world, "box", x, y, z);
        if (c != null)
        {
            IParticleBuilder build = new IParticleBuilder() {

                @Override
                public void build(CoreParticle c2)
                {
                    ParticleLogicIconShift iconshift = ParticleLogicIconShift.fluttering();
View Full Code Here

TOP

Related Classes of mrtjp.projectred.core.libmc.fx.ParticleLogicTrail.IParticleBuilder

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.