This commit is contained in:
RePixelatedMC
2024-08-29 15:57:03 +02:00
parent 747adb53d9
commit 65dd039b07

View File

@@ -171,15 +171,6 @@ public class EngineMobHandlerSVC extends IrisEngineService implements IrisMobDat
}
}
private LinkedHashMap<IrisMobPiece, Integer> test(LinkedHashMap<IrisMobPiece, List<Integer>> req) {
LinkedHashMap<IrisMobPiece, Integer> res = new LinkedHashMap<>();
for (IrisMobPiece piece : req.keySet()) {
res.put(piece, null);
}
return res;
}
/**
* @param req Data to do calculations with. List<Integer>> = Requested energy + future
* @return returns the energy distribution for each piece