GuiProperty
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
Creates a gui icon which automatically updates itself if the value of the property changes.
Link copied to clipboard
Invokes all listeners, causing all open guis using this list to update.
Link copied to clipboard
Unregisters an already registered onChangeListener.
Link copied to clipboard
Sets the value of this property, this will cause all guis which are currently displaying a net.silkmc.silk.igui.GuiIcon using this property to update. This function is thread-safe.