Remove seed hash from local & server worlds, and expose DH's level identifier to API

This commit is contained in:
s809
2024-11-09 22:36:25 +05:00
parent 52452e356d
commit bd264086e3
23 changed files with 56 additions and 70 deletions
@@ -39,6 +39,13 @@ public interface IDhApiLevelWrapper extends IDhApiUnsafeWrapper
/** @since API 4.0.0 */
String getDimensionName();
/**
* Returns a string intended to uniquely identify this level.
*
* @since API 4.0.0
*/
String getDhIdentifier();
EDhApiLevelType getLevelType();