Package codechicken.lib.gui.modular.lib
Interface TextState
public interface TextState
The primary interface for managing getting and setting the text in a
GuiTextField
Created by brandon3055 on 03/09/2023
-
Method Summary
Modifier and TypeMethodDescriptionstatic TextStategetText()voidstatic TextStatesimpleState(String defaultValue) static TextStatesimpleState(String defaultValue, @Nullable Consumer<String> changeListener)
-
Method Details
-
getText
String getText() -
setText
-
simpleState
-
simpleState
-
create
-