aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java
diff options
context:
space:
mode:
authorBuildTools <james.jenour@protonmail.com>2020-07-07 02:48:49 +1000
committerBuildTools <james.jenour@protonmail.com>2020-07-07 02:48:49 +1000
commitf39c28236bc47a9e5395b041b494fdd7f332734e (patch)
tree84c1c9b18577a0a18be1c08c514b4b7dae87dc20 /src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java
parent009ed0ef14d3a5fd75be17ed2c90688202e69c85 (diff)
downloadnotenoughupdates-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.java16
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;
- }
-
-}