You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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. TheWorldConverterCLI
would consume that information and show them in console or in a small java swing GUI.The text was updated successfully, but these errors were encountered: