LaVache-FR / ViaMCP

Client-Side ViaVersion For "ModCoderPack"
48 stars 4 forks source link

handleMouseInput Error #4

Open ghost opened 3 years ago

ghost commented 3 years ago
@Override
    public void handleMouseInput() throws IOException {
     //This right here ->   list.handleMouseInput();
        super.handleMouseInput();
    }

Cannot resolve method 'handleMouseInput' in 'slotlist' Im I doing something wrong? Perhaps an incorrect import?

ghost commented 3 years ago

Commenting it out just makes the menu unusable.

ghost commented 3 years ago

Nvm figured it out, use list.func_178039_p(); instead

hasan-ismail commented 3 years ago

wow im the first commenter