public class TextInputState extends Object
Constructor and Description |
---|
TextInputState(String input,
boolean active,
TextComponent textComponent) |
Modifier and Type | Method and Description |
---|---|
String |
getInput() |
String |
getRawInput() |
TextComponent |
getTextComponent() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setInput(String input) |
void |
setRawInput(String rawInput) |
String |
toString() |
public TextInputState(String input, boolean active, TextComponent textComponent)
public String getInput()
public void setInput(String input)
public String getRawInput()
public void setRawInput(String rawInput)
public boolean isActive()
public void setActive(boolean active)
public TextComponent getTextComponent()
Copyright © 2021. All rights reserved.