mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 14:50:57 +00:00
whoop
This commit is contained in:
@@ -65,7 +65,6 @@ public class CommandDeveloper implements DecreeExecutor {
|
|||||||
|
|
||||||
Iris.info("-------------------------");
|
Iris.info("-------------------------");
|
||||||
Iris.info(C.DARK_PURPLE + "Engine Status");
|
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 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 Loaded Plates: " + C.LIGHT_PURPLE + engine.getMantle().getLoadedRegionCount());
|
||||||
Iris.info(C.DARK_PURPLE + "Tectonic Plates: " + C.LIGHT_PURPLE + engine.getMantle().getNotClearedLoadedRegions());
|
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(){
|
default long getToUnload(){
|
||||||
return getMantle().getToUnload().size();
|
return getMantle().getToUnload().size();
|
||||||
}
|
}
|
||||||
default long getDynamicThreads(){
|
|
||||||
return getMantle().getDynamicThreads().get();
|
|
||||||
}
|
|
||||||
default long getNotClearedLoadedRegions(){
|
default long getNotClearedLoadedRegions(){
|
||||||
return getMantle().getLoadedRegions().size() - getMantle().getToUnload().size();
|
return getMantle().getLoadedRegions().size() - getMantle().getToUnload().size();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user