pocketmine\inventory\DropperInventory::__construct PHP Метод

__construct() публичный Метод

public __construct ( Dropper $tile )
$tile pocketmine\tile\Dropper
    public function __construct(Dropper $tile)
    {
        parent::__construct($tile, InventoryType::get(InventoryType::DROPPER));
    }
DropperInventory