Package Hexel.blocks.rules

Examples of Hexel.blocks.rules.NaturalLightRule


  public BlockRules(final Engine engine, BlockSimulator.PointInSimRange inSimRange) {
    this.chunks = chunks;
    this.engine = engine;

    this.everywhereRules.add(new HealRule());
    this.transparentRules.add(new NaturalLightRule(inSimRange));

    this.seedRules.add(new SeedRule());
    TreeRules.addRules(this.woodRules, this.leafRules);
    this.waterRules.add(new WatermoveRule());
    this.dirtRules.add(new GrassGrowRule());
View Full Code Here

TOP

Related Classes of Hexel.blocks.rules.NaturalLightRule

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.