SPIGOT-4608: Improve quality of MapMeta APIs

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2019-02-05 21:23:50 +11:00
parent 3cde10ce1b
commit 68fb5a7b3f
3 changed files with 55 additions and 2 deletions

View File

@@ -433,7 +433,7 @@ public interface Server extends PluginMessageRecipient {
* @deprecated Magic value
*/
@Deprecated
public MapView getMap(short id);
public MapView getMap(int id);
/**
* Create a new map with an automatically assigned ID.