Interface MergedGui
- All Known Implementing Classes:
BarrelGui, ChestGui, EnderChestGui, ShulkerBoxGui
public interface MergedGui
Represents a chest-like gui in which the top and bottom inventories are merged together and only exist of one
inventory component.
- Since:
- 0.8.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a pane to this gui@NotNull GuiComponentGets the gui component for this gui@NotNull Collection<GuiItem> getItems()Gets all the items in all underlying panesgetPanes()Gets all the panes in this gui.
-
Method Details
-
addPane
-
getPanes
-
getItems
Gets all the items in all underlying panes- Returns:
- all items
- Since:
- 0.8.1
-
getGuiComponent
Gets the gui component for this gui- Returns:
- the gui component
- Since:
- 0.8.1
-