Interface GuiParent

All Known Implementing Classes:
AbstractDoubleWindow, AbstractGui, AbstractMergedWindow, AbstractPagedGui, AbstractScrollGui, AbstractSingleWindow, AbstractSplitWindow, AbstractTabGui, AbstractWindow

public interface GuiParent
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleSlotElementUpdate(Gui child, int slotIndex)
    Called by the child Gui to report an update of a SlotElement.
  • Method Details

    • handleSlotElementUpdate

      void handleSlotElementUpdate(Gui child, int slotIndex)
      Called by the child Gui to report an update of a SlotElement.
      Parameters:
      child - The child Gui whose SlotElement has changed
      slotIndex - The slot index of the changed SlotElement in the child Gui