Class FolkLore_Node

All Implemented Interfaces:
Item

public class FolkLore_Node extends FolkLore_Fish_Node implements Item
Only difference is an int, slot extends FolkLoreFishing as its base class wiki link
See Also:
  • Constructor Details

    • FolkLore_Node

      public FolkLore_Node(String item, String location, String cords, String additionalInfo, String folkloreTome, String time, int slot)
    • FolkLore_Node

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