Examples of forceAddWater()


Examples of erogenousbeef.bigreactors.common.multiblock.tileentity.creative.TileEntityReactorCreativeCoolantPort.forceAddWater()

      if(currentEquippedItem == null || StaticUtils.Inventory.isPlayerHoldingWrench(player)) {
        // Use wrench to change inlet/outlet state
        cp.setInlet(!cp.isInlet(), true);
      }
      else {
        cp.forceAddWater();
      }
      return true;
    }
   
    return false;
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.