Package scrapper.readers.items
Class FolkLore_Node
java.lang.Object
scrapper.readers.items.baseNode.BaseItem
scrapper.readers.items.FolkLore_Fish_Node
scrapper.readers.items.FolkLore_Node
- All Implemented Interfaces:
Item
Only difference is an int, slot
extends FolkLoreFishing as its base class
wiki link
- See Also:
-
Constructor Summary
ConstructorDescriptionFolkLore_Node
(String[] arr) Used when file is already formatted.FolkLore_Node
(String item, String location, String cords, String additionalInfo, String folkloreTome, String time, int slot) -
Method Summary
-
Constructor Details
-
FolkLore_Node
-
FolkLore_Node
Used when file is already formatted.- Parameters:
arr
- array to input instead of manual input.
-
-
Method Details
-
toString
- Overrides:
toString
in classFolkLore_Fish_Node
- Returns:
- Output format as follows after standard items: time,folkloreTome, slot
-
toLinkedHashmap
- Specified by:
toLinkedHashmap
in interfaceItem
- Overrides:
toLinkedHashmap
in classFolkLore_Fish_Node
- Returns:
- ItemType in LinkedHashmap form. Keys represent what the value is. For example, key = level, value = 5.
-