Remove unimplemented IDhApiWorldGen.getThreadingMode()

This commit is contained in:
James Seibel
2023-06-21 07:03:28 -05:00
parent 56e4454e41
commit a3c991d769
7 changed files with 19 additions and 21 deletions
@@ -22,9 +22,9 @@ public interface IDhApiWorldGenerator extends Closeable, IDhApiOverrideable
/**
* Returns which thread chunk generation requests will be run on. <br>
* TODO: only {@link EDhApiWorldGenThreadMode#SINGLE_THREADED} is currently supported
* TODO: only {@link EDhApiWorldGenThreadMode#MULTI_THREADED} is implemented
*/
EDhApiWorldGenThreadMode getThreadingMode();
//EDhApiWorldGenThreadMode getThreadingMode();
/**
* Defines the smallest datapoint size that can be generated at a time. <br>
@@ -83,7 +83,7 @@ public interface IDhApiWorldGenerator extends Closeable, IDhApiOverrideable
/**
* This method is called by Distant Horizons to generate terrain over a given area
* from a thread defined by {@link IDhApiWorldGenerator#getThreadingMode}. <br><br>
* from a thread defined by Distant Horizons. <br><br>
*
* After a chunk has been generated it (and any necessary supporting objects as listed below) should be passed into the
* resultConsumer's {@link Consumer#accept} method. If the Consumer is given the wrong data