Uses of Interface
noppes.npcs.api.gui.ITextField
Packages that use ITextField
-
Uses of ITextField in noppes.npcs.api.gui
Subinterfaces of ITextField in noppes.npcs.api.guiMethods in noppes.npcs.api.gui that return ITextFieldModifier and TypeMethodDescriptionIComponentsWrapper.addTextField(int id, int x, int y, int width, int height) Add a Text Field input to the GUI, that the player can type into.ITextField.setCharacterType(int type) ITextField.setColor(int color) ITextField.setFloat(float f) ITextField.setFocused(boolean bo) ITextField.setInteger(int i) ITextField.setMinMax(int min, int max) Incase CharacterType is 1 or 2, you can set the min and max valueITextField.setOnChange(GuiComponentUpdate<ITextField> onChange) ITextField.setOnFocusLost(GuiComponentUpdate<ITextField> onChange) Method parameters in noppes.npcs.api.gui with type arguments of type ITextFieldModifier and TypeMethodDescriptionITextField.setOnChange(GuiComponentUpdate<ITextField> onChange) ITextField.setOnFocusLost(GuiComponentUpdate<ITextField> onChange)