diff options
| author | BuildTools <james.jenour@protonmail.com> | 2020-07-07 02:48:49 +1000 |
|---|---|---|
| committer | BuildTools <james.jenour@protonmail.com> | 2020-07-07 02:48:49 +1000 |
| commit | f39c28236bc47a9e5395b041b494fdd7f332734e (patch) | |
| tree | 84c1c9b18577a0a18be1c08c514b4b7dae87dc20 /src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java | |
| parent | 009ed0ef14d3a5fd75be17ed2c90688202e69c85 (diff) | |
| download | notenoughupdates-f39c28236bc47a9e5395b041b494fdd7f332734e.tar.gz notenoughupdates-f39c28236bc47a9e5395b041b494fdd7f332734e.tar.bz2 notenoughupdates-f39c28236bc47a9e5395b041b494fdd7f332734e.zip | |
ah nearly done
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java b/src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java deleted file mode 100644 index af7486a0..00000000 --- a/src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java +++ /dev/null @@ -1,16 +0,0 @@ -package io.github.moulberry.notenoughupdates; - -import net.minecraft.client.gui.GuiScreen; -import org.lwjgl.input.Mouse; - -public class CustomAHGui extends GuiScreen { - - public CustomAHGui() { - this.allowUserInput = true; - } - - public boolean doesGuiPauseGame() { - return false; - } - -} |
