Package cofh.core.world.feature

Examples of cofh.core.world.feature.UnderfluidParser


    registerTemplate("normal", new NormalParser());
    registerTemplate("uniform", new UniformParser());
    registerTemplate("surface", new SurfaceParser());
    registerTemplate("fractal", new FractalParser());
    registerTemplate("decoration", new DecorationParser());
    registerTemplate("underfluid", new UnderfluidParser());
    registerTemplate("underwater", new UnderfluidParser());
  }
View Full Code Here

TOP

Related Classes of cofh.core.world.feature.UnderfluidParser

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.