package mightypork.gamecore.render.events; public interface DisplayReadyListener { void onDisplayReady(); }