Package-level declarations
Observable lists and properties which are used by GUI elements to handle non-static content
Types
Link copied to clipboard
Parent class of the immutable GuiList and mutable GuiMutableList.
Link copied to clipboard
Wraps a normal list into a format which can be used by specific gui components - the most prominent one being net.silkmc.silk.igui.GuiCompound. This gui list is immutable.
Link copied to clipboard
Link copied to clipboard
A property which can be used to represent mutable state in a gui. You can use the net.silkmc.silk.igui.guiIcon function to specify how the value of this property can be rendered to the gui.
Functions
Link copied to clipboard
Wraps this list in a GuiMutableList, which informs gui components about any content updates.
Link copied to clipboard
Creates a new GuiMutableList, which informs gui components about any content updates, out of the content of this iterable.