Class Fish_Collectable_Node

java.lang.Object
scrapper.readers.items.baseNode.BaseItem
scrapper.readers.items.Fish_Collectable_Node
All Implemented Interfaces:
Item

public class Fish_Collectable_Node extends BaseItem implements Item
See Also:
  • 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

      public Fish_Collectable_Node(String[] arr)
      Used when file is already formatted.
      Parameters:
      arr - array to input instead of manual input.
  • Method Details