Uses of Interface
noppes.npcs.api.gui.ICustomGuiComponent
Packages that use ICustomGuiComponent
-
Uses of ICustomGuiComponent in noppes.npcs.api.function.gui
Classes in noppes.npcs.api.function.gui with type parameters of type ICustomGuiComponentModifier and TypeInterfaceDescriptioninterface
GuiComponentClicked<T extends ICustomGuiComponent>
interface
GuiComponentUpdate<T extends ICustomGuiComponent>
-
Uses of ICustomGuiComponent in noppes.npcs.api.gui
Subinterfaces of ICustomGuiComponent in noppes.npcs.api.guiModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
Methods in noppes.npcs.api.gui that return ICustomGuiComponentModifier and TypeMethodDescriptionIComponentsWrapper.getComponent
(int id) Get a component from this GUI by it's ID.ICustomGuiComponent.setEnabled
(boolean bo) ICustomGuiComponent.setHoverText
(String text) ICustomGuiComponent.setHoverText
(String[] text) ICustomGuiComponent.setID
(int id) ICustomGuiComponent.setPos
(int x, int y) ICustomGuiComponent.setSize
(int width, int height) ICustomGuiComponent.setVisible
(boolean bo) Methods in noppes.npcs.api.gui that return types with arguments of type ICustomGuiComponentMethods in noppes.npcs.api.gui with parameters of type ICustomGuiComponentModifier and TypeMethodDescriptionvoid
IComponentsWrapper.addComponent
(ICustomGuiComponent button) void
ICustomGui.update
(ICustomGuiComponent component) Updates a single component of a gui, instead of the whole gui