Deprecation cleanup.

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2012-01-30 21:32:48 +01:00
parent fe4de0bb01
commit 75fd934339
165 changed files with 409 additions and 4280 deletions

View File

@@ -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
*