summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/World.java
diff options
context:
space:
mode:
authorErik Broes <erikbroes@grum.nl>2012-01-30 21:32:48 +0100
committerEvilSeph <evilseph@gmail.com>2012-02-18 13:05:58 -0500
commit049a7cc1d09ff056929e39e26ec5c37405ed18ca (patch)
treefa3e6e16f87f023bc5837ae2636f2256753ff850 /src/main/java/org/bukkit/World.java
parent54004d7d4721a8234127967783c78fb73f991494 (diff)
downloadbukkit-049a7cc1d09ff056929e39e26ec5c37405ed18ca.tar
bukkit-049a7cc1d09ff056929e39e26ec5c37405ed18ca.tar.gz
bukkit-049a7cc1d09ff056929e39e26ec5c37405ed18ca.tar.lz
bukkit-049a7cc1d09ff056929e39e26ec5c37405ed18ca.tar.xz
bukkit-049a7cc1d09ff056929e39e26ec5c37405ed18ca.zip
Deprecation cleanup.
Diffstat (limited to 'src/main/java/org/bukkit/World.java')
-rw-r--r--src/main/java/org/bukkit/World.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main/java/org/bukkit/World.java b/src/main/java/org/bukkit/World.java
index d4acd762..22c01bd0 100644
--- a/src/main/java/org/bukkit/World.java
+++ b/src/main/java/org/bukkit/World.java
@@ -371,18 +371,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
*
* @return The spawn location of this world