PowerNukkit / Java2Nukkit-World-Converter

Converts worlds from Minecraft 1.15.2+ Java Edition to the newest Nukkit MCA file format
MIT License
23 stars 6 forks source link

Add a progress bar #91

Open joserobjr opened 4 years ago

joserobjr commented 4 years ago

Is your feature request related to a problem? Please describe. Currently it's impossible to know the progress that it has made and how long it is going to take. Neither by command line nor by API.

Describe the solution you'd like Add some properties to WorldConverter that will keep track of the progress and how long it is going to take, like the number of regions, chunks and an estimated time remaining. The properties should be accessed asynchronously from the caller because the convert method is a blocking operation. The WorldConverterCLI would consume that information and show them in console or in a small java swing GUI.