Examples of addHumidityChange()


Examples of forestry.api.apiculture.IAlvearyComponent.addHumidityChange()

      transferTime--;
      if (currentRecipe != null) {
        IAlvearyComponent component = (IAlvearyComponent) this.getCentralTE();
        if (component != null) {
          component.addHumidityChange(currentRecipe.humidChange, 0.0f, 1.0f);
          component.addTemperatureChange(currentRecipe.tempChange, 0.0f, 2.0f);
        }
      } else
        transferTime = 0;
    }
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.