Package fr.flowarg.flowupdater.download
Class VanillaReader
java.lang.Object
fr.flowarg.flowupdater.download.VanillaReader
This class handles all parsing stuff about vanilla files.
-
Constructor Summary
ConstructorsConstructorDescriptionVanillaReader(@NotNull FlowUpdater flowUpdater) Construct a new VanillaReader. -
Method Summary
Modifier and TypeMethodDescriptionvoidread()This method calls other methods to parse each part of the given Minecraft Version.
-
Constructor Details
-
VanillaReader
Construct a new VanillaReader.- Parameters:
flowUpdater- the flow updater object.
-
-
Method Details
-
read
This method calls other methods to parse each part of the given Minecraft Version.- Throws:
Exception- if an I/O error occurred.
-