Search results

  1. P

    Solved (instance issues) Unable to verify if a players open inventory is custom

    Appreciate this! I went back and spent some time learning about instances/objects and have fixed my code by having a single object initialized and calling that throughout my code. Thanks for helping a newbie!
  2. P

    Solved (instance issues) Unable to verify if a players open inventory is custom

    Hello, first off I'm sorry if the title doesn't make sense. I'm very new to Java so feel free to help me rename it. I'm currently trying to make a Gui/inventory that opens and allows me to handle player clicks. In it's current state the Gui opens and the event handler works fine. The part where...