Examples of changeAllControlRodInsertionValues()


Examples of erogenousbeef.bigreactors.common.multiblock.MultiblockReactor.changeAllControlRodInsertionValues()

        if(this.isExternallyPowered) {
          if(this.shouldSetControlRodsInsteadOfChange()) {
            reactor.setAllControlRodInsertionValues(this.outputLevel);
          }
          else {
            reactor.changeAllControlRodInsertionValues((short)this.outputLevel); // Can be negative, don't want to mask.
          }
        }
      }
      else {
        if(this.isExternallyPowered) {
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.