Package mods.natura.plugins.te4

Examples of mods.natura.plugins.te4.TE4Pulse


    {
    } // Not to be instantiated.

    public static void registerBuiltins ()
    {
      pulsar.registerPulse(new TE4Pulse());
      pulsar.registerPulse(new BuildCraftPulse());
      pulsar.registerPulse(new ForestryPulse());
      pulsar.registerPulse(new TreeCapitatorPulse());
      pulsar.registerPulse(new ThaumcraftPulse());
      pulsar.registerPulse(new FMPPulse());
View Full Code Here

TOP

Related Classes of mods.natura.plugins.te4.TE4Pulse

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.