Package noppes.npcs.api.gui
Interface ITextField
-
- All Superinterfaces:
ICustomGuiComponent
public interface ITextField extends ICustomGuiComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeight()
java.lang.String
getText()
int
getWidth()
ITextField
setSize(int width, int height)
ITextField
setText(java.lang.String text)
-
Methods inherited from interface noppes.npcs.api.gui.ICustomGuiComponent
fromNBT, getAlpha, getColor, getHoverText, getID, getPosX, getPosY, getRotation, hasHoverText, setAlpha, setColor, setHoverText, setHoverText, setID, setPos, setRotation, toNBT
-
-
-
-
Method Detail
-
getWidth
int getWidth()
-
getHeight
int getHeight()
-
setSize
ITextField setSize(int width, int height)
-
getText
java.lang.String getText()
-
setText
ITextField setText(java.lang.String text)
-
-