Examples of HealRule


Examples of Hexel.blocks.rules.HealRule

  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());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.