Uses of Interface
noppes.npcs.api.gui.IScroll
Packages that use IScroll
-
Uses of IScroll in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as IScrollConstructors in noppes.npcs.api.event with parameters of type IScrollModifierConstructorDescriptionScrollEvent(IPlayer player, ICustomGui gui, IScroll scroll, int scrollIndex, String[] selection, boolean doubleClick) -
Uses of IScroll in noppes.npcs.api.gui
Methods in noppes.npcs.api.gui that return IScrollModifier and TypeMethodDescriptionAdd a Scroll List to the GUI, for the player to select from.IScroll.setDefaultSelection(int defaultSelection) Deprecated.IScroll.setHasSearch(boolean bo) IScroll.setMultiSelect(boolean multiSelect) IScroll.setOnClick(GuiComponentClicked<IScroll> onClick) IScroll.setOnDoubleClick(GuiComponentClicked<IScroll> onDoubleClick) IScroll.setSelection(int... selection) IScroll.setSelectionList(String... list) Method parameters in noppes.npcs.api.gui with type arguments of type IScrollModifier and TypeMethodDescriptionIScroll.setOnClick(GuiComponentClicked<IScroll> onClick) IScroll.setOnDoubleClick(GuiComponentClicked<IScroll> onDoubleClick)