Skip to content

Commit 41ba52e

Browse files
committed
We won't be deprecating UUIDs for worlds.
Signed-off-by: Chris Sanders <[email protected]>
1 parent baa4cea commit 41ba52e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/spongepowered/api/world/server/WorldManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ default List<ResourceKey> offlineWorldKeys() {
128128
* @param uniqueId The unique id
129129
* @return The key or {@link Optional#empty()} if not found
130130
*/
131-
@Deprecated
132131
Optional<ResourceKey> worldKey(UUID uniqueId);
133132

134133
/**

0 commit comments

Comments
 (0)