FFXIV Wiki fileBuilder searches for DOH/DOL gathering nodes (aka gathering classes) from the consolegameswiki and outputs them in a neat and readable format. It is fully documented using java doc (see linked repository webiste).
- Simply call
ffxivWikiFinder.ListFinder.addItem(String searchKey)
for any items that you want to search for. Then callffxivWikiFinder.ListFinder.outPut()
to output all items called for. The searchKey does not need to be exact as this uses fuzzySearching to guess the item you are looking for. - Download the latest release from mavenCentral.
- Currently, does not support the Ephemeral_Nodes page
Contributing is greatly appreciated. You can find the source code zip here releases page.
If you wish to build the file yourself run makeFile();
in ffxivWikiFinder.Main.java
Dependencies:
- me.xdrop:fuzzywuzzy for fuzzy search.
- jsoup for web scrapping.
- junit for testing.
Should you need, a JavaDoc can be found on this repository’s website.
FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd.
FINAL FANTASY XIV © SQUARE ENIX CO., LTD.