|
PocketMine-MP 5.37.4 git-dbb0a3db4df7e1ea8e62dc67aa0a6030f2ac20e4
|
Inheritance diagram for pocketmine\form\Form:
Collaboration diagram for pocketmine\form\Form:Public Member Functions | |
| handleResponse (Player $player, $data) | |
Form implementations must implement this interface to be able to utilize the Player form-sending mechanism. There is no restriction on custom implementations other than that they must implement this.
| pocketmine\form\Form::handleResponse | ( | Player | $player, |
| $data ) |
Handles a form response from a player.
| mixed | $data |
| FormValidationException | if the data could not be processed |