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 TypeMethodDescriptionvoidhandleSlotElementUpdate(Gui child, int slotIndex) Called by the childGuito report an update of aSlotElement.
-
Method Details
-
handleSlotElementUpdate
Called by the childGuito report an update of aSlotElement.- Parameters:
child- The childGuiwhoseSlotElementhas changedslotIndex- The slot index of the changedSlotElementin the childGui
-