public class PlayerGuiInputEvent extends PlayerEvent
GuiTextField.setListenForInput(boolean)
was set to true.Constructor and Description |
---|
PlayerGuiInputEvent(Player player,
GuiElement guiElement,
java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
GuiElement |
getGuiElement()
Gets the gui element.
|
java.lang.String |
getInput()
Gets the text the player has entered.
|
getPlayer
public PlayerGuiInputEvent(Player player, GuiElement guiElement, java.lang.String text)
public GuiElement getGuiElement()
public java.lang.String getInput()