Package scrapper.readers.items
Class Fish_Collectable_Node
java.lang.Object
scrapper.readers.items.baseNode.BaseItem
scrapper.readers.items.Fish_Collectable_Node
- All Implemented Interfaces:
Item
- See Also:
-
Constructor Summary
ConstructorDescriptionFish_Collectable_Node
(String[] arr) Used when file is already formatted.Fish_Collectable_Node
(String itemName, String zone, String cords, String extra, String minCollectability, String catchMethod, String timeWeather, String scripts) Base constructor that is used for inheritance on its children. -
Method Summary
-
Constructor Details
-
Fish_Collectable_Node
public Fish_Collectable_Node(String itemName, String zone, String cords, String extra, String minCollectability, String catchMethod, String timeWeather, String scripts) Base constructor that is used for inheritance on its children. -
Fish_Collectable_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
-