INNER CODE UNIT · Java

resourceStage

UnknownDomainGames/PanguEngine · common/src/main/java/engine/EngineBase.java:117

    protected void resourceStage() {

    }

    protected void modStage() {
        modManager.initEngineDummyMod();

        loadMods();
    }

    protected void finishStage() {
        Registries.init(registryManager);
    }

    protected void initExceptionHandler() {
        crashHandler = new CrashHandlerImpl(this, getRunPath().resolve("crashreport"));
        Thread.setDefaultUncaughtExceptionHandler((t, e) -> {
            logger.error("Caught unhandled exception!!! Engine will terminate!");

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…