PocketMine-MP 5.14.2 git-50e2c469a547a16a23b2dc691e70a51d34e29395
pocketmine\form\Form Interface Reference
+ Inheritance diagram for pocketmine\form\Form:
+ Collaboration diagram for pocketmine\form\Form:

Public Member Functions

 handleResponse (Player $player, $data)
 

Detailed Description

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.

Definition at line 32 of file Form.php.

Member Function Documentation

◆ handleResponse()

pocketmine\form\Form::handleResponse ( Player  $player,
  $data 
)

Handles a form response from a player.

Parameters
mixed$data
Exceptions
FormValidationExceptionif the data could not be processed

The documentation for this interface was generated from the following file: