Package xyz.xenondevs.invui.gui
Interface GuiParent
- All Known Implementing Classes:
AbstractDoubleWindow
,AbstractGui
,AbstractMergedWindow
,AbstractPagedGui
,AbstractScrollGui
,AbstractSingleWindow
,AbstractSplitWindow
,AbstractTabGui
,AbstractWindow
public interface GuiParent
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleSlotElementUpdate
(Gui child, int slotIndex) Called by the childGui
to report an update of aSlotElement
.
-
Method Details
-
handleSlotElementUpdate
Called by the childGui
to report an update of aSlotElement
.- Parameters:
child
- The childGui
whoseSlotElement
has changedslotIndex
- The slot index of the changedSlotElement
in the childGui
-