Examples of boostBurnTime()


Examples of vazkii.botania.api.item.IExoflameHeatable.boostBurnTime()

              } else if(tile instanceof IExoflameHeatable) {
                IExoflameHeatable heatable = (IExoflameHeatable) tile;

                if(heatable.canSmelt() && mana > 2) {
                  if(heatable.getBurnTime() == 0)
                    heatable.boostBurnTime();
                  if(supertile.getWorldObj().getTotalWorldTime() % 2 == 0)
                    heatable.boostCookTime();

                  mana -= 2;
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.