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 {
104104 /**
105105 * Getter for a {@link BlueMapWorld} loaded by BlueMap.
106106 *
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>
109108 * <b>This could be:</b>
110109 * <ul>
111110 * <li>A {@link String} that is the id of the world</li>
@@ -115,7 +114,6 @@ public abstract class BlueMapAPI {
115114 * </ul>
116115 * <i>("Platform" here stands for the mod/plugin-loader or server-implementation you are using,
117116 * e.g. Spigot, Forge, Fabric or Sponge)</i>
118- * </p>
119117 * @return an {@link Optional} with the {@link BlueMapWorld} if it exists
120118 */
121119 public abstract Optional <BlueMapWorld > getWorld (Object world );
You can’t perform that action at this time.
0 commit comments