Class TSimpleTextFieldWidget

All Implemented Interfaces:
INode<TElement>, INodeBounded<TElement,Bounds2i>, INodeRenderable<TElement, TGuiGraphics>, Iterable<TElement>, Collection<TElement>

@Environment(CLIENT) public final class TSimpleTextFieldWidget extends TClickableWidget
Text input widget where the user may type in text. Very minimal and does not feature the concept of cursors and multiline support.
API Note:
Uses unoptimal practices that cost extra memory and performance.