Javadoc improvements per checkstyle

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2019-12-22 09:56:28 +11:00
parent d419ccca3f
commit d16413b877
96 changed files with 181 additions and 48 deletions

View File

@@ -261,6 +261,7 @@ public final class MapCursor {
}
/**
* Gets the internal value of the cursor.
*
* @return the value
* @deprecated Magic value
@@ -271,6 +272,7 @@ public final class MapCursor {
}
/**
* Get a cursor by its internal value.
*
* @param value the value
* @return the matching type

View File

@@ -0,0 +1,6 @@
/**
* Classes to facilitate plugin handling of {@link org.bukkit.Material#MAP
* map} displays.
*/
package org.bukkit.map;