public static void triggerOnReady() { if (NetworkEvents.onReady != null) { NetworkEvents.onReady(); } }