summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/StructureType.java
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-11-10 20:45:23 +1100
committermd_5 <git@md-5.net>2018-11-10 20:45:23 +1100
commit67e91ef77757f4affbb1ba7867bd2913e3a2a654 (patch)
treeaad64c255132e2b1fde01e1cb01f699687d69387 /src/main/java/org/bukkit/StructureType.java
parent7b238138b08659838c87eaf0021f92fb4421427c (diff)
downloadbukkit-67e91ef77757f4affbb1ba7867bd2913e3a2a654.tar
bukkit-67e91ef77757f4affbb1ba7867bd2913e3a2a654.tar.gz
bukkit-67e91ef77757f4affbb1ba7867bd2913e3a2a654.tar.lz
bukkit-67e91ef77757f4affbb1ba7867bd2913e3a2a654.tar.xz
bukkit-67e91ef77757f4affbb1ba7867bd2913e3a2a654.zip
Fix some incorrectly handled JavaDoc
Diffstat (limited to 'src/main/java/org/bukkit/StructureType.java')
-rw-r--r--src/main/java/org/bukkit/StructureType.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/org/bukkit/StructureType.java b/src/main/java/org/bukkit/StructureType.java
index a8a92607..5de51989 100644
--- a/src/main/java/org/bukkit/StructureType.java
+++ b/src/main/java/org/bukkit/StructureType.java
@@ -149,7 +149,7 @@ public class StructureType {
* <i>mapIcon</i>.
*
* @param name the name of the structure, case-sensitive
- * @param mapIcon the {@link MapCursor.Type} this structure type should use
+ * @param mapIcon the {@link org.bukkit.map.MapCursor.Type} this structure type should use
* when creating explorer maps. Use null to indicate this structure should
* not be compatible with explorer maps.
*/
@@ -170,10 +170,10 @@ public class StructureType {
}
/**
- * Get the {@link MapCursor.Type} that this structure can use on maps. If
+ * Get the {@link org.bukkit.map.MapCursor.Type} that this structure can use on maps. If
* this is null, this structure will not appear on explorer maps.
*
- * @return the {@link MapCursor.Type} or null.
+ * @return the {@link org.bukkit.map.MapCursor.Type} or null.
*/
public MapCursor.Type getMapIcon() {
return mapCursor;