Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Closed ClickGUI Öffnet sich nicht (Forge)

Status
Not open for further replies.
Guten Taag,
Hätte da eine Frage.

Nämlich:
Bei mir öffnet sich das ClickGUI nicht, wenn man RSHIFT(den bind halt) drückt, passiert nix.

Source:
ClickGui(Module): https://hastebin.com/cecejogabo.java
ClickGUI(Util): https://hastebin.com/hativujeke.java
Könnte mir einer helfen? Weiß nd was daran falsch ist xd
Code:
    @Override
    public void onEnable() {
        if (Minecraft.getMinecraft().thePlayer != null) {
            if (Minecraft.getMinecraft().theWorld != null) {
                Minecraft.getMinecraft().displayGuiScreen(new ClickGUI());
            }
        }
        this.toggle();
    }
 
Wird denn dein "k" ausgegeben das du in deiner Draw Methode hast?
 
Dann funktionieren deine Binds nicht
 
Status
Not open for further replies.
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top