Advertisement
Guest User

Untitled

a guest
May 26th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. profit = calc.calculateBuildProfit(calcbpavo, LocationService.getJITA());
  2. double temp = calc.calculateBuildMaterialCost(calcbpavo, LocationService.getJITA());
  3. cost = (int) (temp*runs);
  4. BuildListItemInformation item = new BuildListItemInformation(ME, TE, runs, profit, cost);
  5. return item;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement