Issue description:
When an itemslot is created via: event.gui.addItemSlot(int id, int x, int y);
the id is completely detached from the itemSlot events, so it has no real use currently.
Versions:
Fixed! The old functionality of event.slotId has simply stayed around. If you want to get the component's ID in the GUI, you get it through event.slot.getID() instead.
Issue description: When an itemslot is created via: event.gui.addItemSlot(int id, int x, int y); the id is completely detached from the itemSlot events, so it has no real use currently. Versions: