Examples of ejectFuel()


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

    // "do" methods - void return, no inputs
    case doEjectWaste:
      reactor.ejectWaste(false, null);
      return null;
    case doEjectFuel:
      reactor.ejectFuel(false, null);
      return null;

    default: throw new Exception("Method unimplemented - yell at Beef");
    }
  }
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.