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 TypeInterfaceDescriptioninterfaceGuiComponentClicked<T extends ICustomGuiComponent>interfaceGuiComponentUpdate<T extends ICustomGuiComponent> -
Uses of ICustomGuiComponent in noppes.npcs.api.gui
Subinterfaces of ICustomGuiComponent in noppes.npcs.api.guiModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods 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 TypeMethodDescriptionvoidIComponentsWrapper.addComponent(ICustomGuiComponent button) voidICustomGui.update(ICustomGuiComponent component) Updates a single component of a gui, instead of the whole gui