Package scrapper.readers.items
Class Fish_Big_Node
java.lang.Object
scrapper.readers.items.baseNode.BaseItem
scrapper.readers.items.Fish_Big_Node
- All Implemented Interfaces:
Item
- See Also:
-
Constructor Summary
ConstructorDescriptionFish_Big_Node
(String[] arr) Used when file is already formatted.Fish_Big_Node
(String fish, String zone, String cords, String desynthRewards, String fishingHole, String ezoraTime, String weather, String bait, String mooch, String gathering) Base constructor that is used for inheritance on its children. -
Method Summary
-
Constructor Details
-
Fish_Big_Node
public Fish_Big_Node(String fish, String zone, String cords, String desynthRewards, String fishingHole, String ezoraTime, String weather, String bait, String mooch, String gathering) Base constructor that is used for inheritance on its children. -
Fish_Big_Node
Used when file is already formatted.- Parameters:
arr
- array to input instead of manual input.
-
-
Method Details
-
toLinkedHashmap
- Specified by:
toLinkedHashmap
in interfaceItem
- Returns:
- ItemType in LinkedHashmap form. Keys represent what the value is. For example, key = level, value = 5.
-
toString
-