triumph-gui icon indicating copy to clipboard operation
triumph-gui copied to clipboard

Clear GUI Items

Open Osanchez opened this issue 2 years ago • 1 comments

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.

Osanchez avatar Jan 07 '23 00:01 Osanchez

https://github.com/TriumphTeam/triumph-gui/pull/86

PR incase something like this does not exist.

Osanchez avatar Jan 07 '23 00:01 Osanchez