aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/cc/polyfrost/oneconfig/gui/GuiPause.java
blob: 44b2b5c6bcd568ab398871a212cc9fcd351aac5f (plain)
1
2
3
4
5
6
7
8
9
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 {
    boolean doesGuiPauseGame();
}