Remove seed hash from local & server worlds, and expose DH's level identifier to API
This commit is contained in:
+7
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user