Gets a semi-unique identifier for this world. While it is highly unlikely that this may be shared with another World, it is not guaranteed to be unique @deprecated Replaced with #getUID() @return Id of this world
()
| 372 | * @return Id of this world |
| 373 | */ |
| 374 | @Deprecated |
| 375 | public long getId(); |
| 376 | |
| 377 | /** |
no outgoing calls
no test coverage detected