@@ -370,18 +370,6 @@ public interface World extends PluginMessageRecipient {
|
||||
*/
|
||||
public UUID getUID();
|
||||
|
||||
/**
|
||||
* Gets a semi-unique identifier for this world.
|
||||
* <p />
|
||||
* While it is highly unlikely that this may be shared with another World,
|
||||
* it is not guaranteed to be unique
|
||||
*
|
||||
* @deprecated Replaced with {@link #getUID()}
|
||||
* @return Id of this world
|
||||
*/
|
||||
@Deprecated
|
||||
public long getId();
|
||||
|
||||
/**
|
||||
* Gets the default spawn {@link Location} of this world
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user