Class VanillaReader

java.lang.Object
fr.flowarg.flowupdater.download.VanillaReader

public class VanillaReader extends Object
This class handles all parsing stuff about vanilla files.
  • Constructor Details

    • VanillaReader

      public VanillaReader(@NotNull @NotNull FlowUpdater flowUpdater)
      Construct a new VanillaReader.
      Parameters:
      flowUpdater - the flow updater object.
  • Method Details

    • read

      public void read() throws Exception
      This method calls other methods to parse each part of the given Minecraft Version.
      Throws:
      Exception - if an I/O error occurred.