File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/java/de/bluecolored/bluemap/api Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,7 @@ public abstract class BlueMapAPI {
104
104
/**
105
105
* Getter for a {@link BlueMapWorld} loaded by BlueMap.
106
106
*
107
- * @param world Any object that BlueMap can use to identify a world.
108
- * <p>
107
+ * @param world Any object that BlueMap can use to identify a world.<br>
109
108
* <b>This could be:</b>
110
109
* <ul>
111
110
* <li>A {@link String} that is the id of the world</li>
@@ -115,7 +114,6 @@ public abstract class BlueMapAPI {
115
114
* </ul>
116
115
* <i>("Platform" here stands for the mod/plugin-loader or server-implementation you are using,
117
116
* e.g. Spigot, Forge, Fabric or Sponge)</i>
118
- * </p>
119
117
* @return an {@link Optional} with the {@link BlueMapWorld} if it exists
120
118
*/
121
119
public abstract Optional <BlueMapWorld > getWorld (Object world );
You can’t perform that action at this time.
0 commit comments