Class Unspoiled_Node

All Implemented Interfaces:
Item

public class Unspoiled_Node extends Regular_Node implements Item
See Also:
  • Constructor Details

    • Unspoiled_Node

      public Unspoiled_Node(String item, String location, String cords, String info, int level, String time, int slot, int star)
      Default constructor for Unspoiled. If no level is found, use alternate constructor
    • Unspoiled_Node

      public Unspoiled_Node(String item, String location, String cords, String info, String time, int slot, int star)
      Constructor used for ARR nodes
    • Unspoiled_Node

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