mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-10-31 15:49:54 +01:00
Fix javadoc errors
This commit is contained in:
parent
f44fd20f5f
commit
40140f87c6
@ -115,7 +115,7 @@ public interface BlueMapMap {
|
|||||||
boolean isFrozen();
|
boolean isFrozen();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the currently set TileFilter. The default TileFilter is equivalent to <code>t -> true</code>.
|
* Returns the currently set TileFilter. The default TileFilter is equivalent to <code>t -> true</code>.
|
||||||
*/
|
*/
|
||||||
Predicate<Vector2i> getTileFilter();
|
Predicate<Vector2i> getTileFilter();
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@ public static String fromFileSuffix(String suffix) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers a new file-suffix => content-type mapping to this registry.
|
* Registers a new file-suffix => content-type mapping to this registry.
|
||||||
* @param fileSuffix The type-suffix of a file-name
|
* @param fileSuffix The type-suffix of a file-name
|
||||||
* @param contentType The content-type string
|
* @param contentType The content-type string
|
||||||
*/
|
*/
|
||||||
|
@ -65,7 +65,7 @@ public interface WebApp {
|
|||||||
* <br>
|
* <br>
|
||||||
* Example:
|
* Example:
|
||||||
* <pre>
|
* <pre>
|
||||||
* BlueMapAPI.onEnable(api -> {
|
* BlueMapAPI.onEnable(api -> {
|
||||||
* api.getWebApp().registerStyle("js/my-custom-style.css");
|
* api.getWebApp().registerStyle("js/my-custom-style.css");
|
||||||
* });
|
* });
|
||||||
* </pre>
|
* </pre>
|
||||||
@ -83,7 +83,7 @@ public interface WebApp {
|
|||||||
* <br>
|
* <br>
|
||||||
* Example:
|
* Example:
|
||||||
* <pre>
|
* <pre>
|
||||||
* BlueMapAPI.onEnable(api -> {
|
* BlueMapAPI.onEnable(api -> {
|
||||||
* api.getWebApp().registerScript("js/my-custom-script.js");
|
* api.getWebApp().registerScript("js/my-custom-script.js");
|
||||||
* });
|
* });
|
||||||
* </pre>
|
* </pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user