triumph-gui
triumph-gui copied to clipboard
Clear GUI Items
private final Map<Integer, GuiItem> guiItems;
would like to know if there is a method to clear this list. I am developing a plugin that regenerates the GUI each time an item is clicked. I am finding it difficult to have to remove all of the guiItems.
https://github.com/TriumphTeam/triumph-gui/pull/86
PR incase something like this does not exist.