PHP Class pocketmine\event\inventory\CraftItemEvent

Inheritance: extends pocketmine\event\Event, implements pocketmine\event\Cancellable
Afficher le fichier Open project: iTXTech/Genisys Class Usage Examples

Méthodes publiques

Свойство Type Description
$handlerList

Méthodes publiques

Méthode Description
__construct ( Player $player, array $input, pocketmine\inventory\Recipe $recipe )
getInput ( ) : Item[]
getPlayer ( ) : Player
getRecipe ( ) : pocketmine\inventory\Recipe

Method Details

__construct() public méthode

public __construct ( Player $player, array $input, pocketmine\inventory\Recipe $recipe )
$player pocketmine\Player
$input array
$recipe pocketmine\inventory\Recipe

getInput() public méthode

public getInput ( ) : Item[]
Résultat pocketmine\item\Item[]

getPlayer() public méthode

public getPlayer ( ) : Player
Résultat pocketmine\Player

getRecipe() public méthode

public getRecipe ( ) : pocketmine\inventory\Recipe
Résultat pocketmine\inventory\Recipe

Property Details

$handlerList public_oe static_oe property

public static $handlerList