Class GateFormatParser

java.lang.Object
org.sgrewritten.stargate.gate.GateFormatParser

public class GateFormatParser extends Object
The gate format parser is responsible for parsing gate format files
  • Constructor Details

    • GateFormatParser

      public GateFormatParser(Scanner scanner, String filename)
      Instantiates a new gate format parser
      Parameters:
      scanner -

      The scanner to read the gate file from

      filename -

      The name of the parsed gate file

  • Method Details