packets is necessary for custom forms like to make your own form with aura etc and I’ve made the gui I’m pretty sure I have to make a if statement so that when it gets click on you need to have that item or it won’t register but I’ve also run into a problem
@Override
protected void keyTyped(char c, int key) {
switch(key){
case Keyboard.Key_E:
mc.displayGuiScreen(null);
}
super.keyTyped(c, key); Key_E cannot be resolved