Uses of Interface
noppes.npcs.api.gui.IAssetsSelector
Packages that use IAssetsSelector
-
Uses of IAssetsSelector in noppes.npcs.api.gui
Methods in noppes.npcs.api.gui that return IAssetsSelectorModifier and TypeMethodDescriptionIComponentsWrapper.addAssetsSelector
(int id, int x, int y, int width, int height) Add a Scroll List to the GUI, for the player to select from.IAssetsSelector.setFileType
(String type) IAssetsSelector.setOnChange
(GuiComponentUpdate<IAssetsSelector> onChange) IAssetsSelector.setOnPress
(GuiComponentClicked<IAssetsSelector> onChange) Called when an asset is double-clickedIAssetsSelector.setSelected
(String selected) Method parameters in noppes.npcs.api.gui with type arguments of type IAssetsSelectorModifier and TypeMethodDescriptionIAssetsSelector.setOnChange
(GuiComponentUpdate<IAssetsSelector> onChange) IAssetsSelector.setOnPress
(GuiComponentClicked<IAssetsSelector> onChange) Called when an asset is double-clicked