1 2 3 4 5 6 7 8 9 10
package cc.polyfrost.oneconfig.gui; /** * Hack that allows GUIs to set whether the game should pause when the GUI is displayed without depending on * Minecraft itself. */ public interface GuiPause { @SuppressWarnings("unused") boolean doesGuiPauseGame(); }