mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-29 20:19:06 +00:00
whoop
This commit is contained in:
@@ -65,7 +65,6 @@ public class CommandDeveloper implements DecreeExecutor {
|
||||
|
||||
Iris.info("-------------------------");
|
||||
Iris.info(C.DARK_PURPLE + "Engine Status");
|
||||
Iris.info(C.DARK_PURPLE + "Tectonic Threads: " + C.LIGHT_PURPLE + engine.getMantle().getDynamicThreads());
|
||||
Iris.info(C.DARK_PURPLE + "Tectonic Limit: " + C.LIGHT_PURPLE + IrisEngineSVC.getTectonicLimit());
|
||||
Iris.info(C.DARK_PURPLE + "Tectonic Loaded Plates: " + C.LIGHT_PURPLE + engine.getMantle().getLoadedRegionCount());
|
||||
Iris.info(C.DARK_PURPLE + "Tectonic Plates: " + C.LIGHT_PURPLE + engine.getMantle().getNotClearedLoadedRegions());
|
||||
|
||||
@@ -298,9 +298,6 @@ public interface EngineMantle extends IObjectPlacer {
|
||||
default long getToUnload(){
|
||||
return getMantle().getToUnload().size();
|
||||
}
|
||||
default long getDynamicThreads(){
|
||||
return getMantle().getDynamicThreads().get();
|
||||
}
|
||||
default long getNotClearedLoadedRegions(){
|
||||
return getMantle().getLoadedRegions().size() - getMantle().getToUnload().size();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user