mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-03 09:30:17 +01:00
Added some since javadoc annotations in WebManager
This commit is contained in:
parent
0f7c5895f5
commit
e522d7155a
@ -70,6 +70,7 @@ public class WebManager {
|
|||||||
/**
|
/**
|
||||||
* Returns the contents of the addons catalog (may be an empty list).
|
* Returns the contents of the addons catalog (may be an empty list).
|
||||||
* @return the contents of the addons catalog.
|
* @return the contents of the addons catalog.
|
||||||
|
* @since 1.5.0
|
||||||
*/
|
*/
|
||||||
@NonNull
|
@NonNull
|
||||||
public List<JsonObject> getAddonsCatalog() {
|
public List<JsonObject> getAddonsCatalog() {
|
||||||
@ -79,6 +80,7 @@ public class WebManager {
|
|||||||
/**
|
/**
|
||||||
* Returns the contents of the gamemodes catalog (may be an empty list).
|
* Returns the contents of the gamemodes catalog (may be an empty list).
|
||||||
* @return the contents of the gamemodes catalog.
|
* @return the contents of the gamemodes catalog.
|
||||||
|
* @since 1.5.0
|
||||||
*/
|
*/
|
||||||
@NonNull
|
@NonNull
|
||||||
public List<JsonObject> getGamemodesCatalog() {
|
public List<JsonObject> getGamemodesCatalog() {
|
||||||
@ -88,6 +90,7 @@ public class WebManager {
|
|||||||
/**
|
/**
|
||||||
* Returns an optional that may contain the {@link GitHub} instance only and only if {@link Settings#isGithubDownloadData()} is {@code true}.
|
* Returns an optional that may contain the {@link GitHub} instance only and only if {@link Settings#isGithubDownloadData()} is {@code true}.
|
||||||
* @return the GitHub instance.
|
* @return the GitHub instance.
|
||||||
|
* @since 1.5.0
|
||||||
*/
|
*/
|
||||||
@NonNull
|
@NonNull
|
||||||
public Optional<GitHub> getGitHub() {
|
public Optional<GitHub> getGitHub() {
|
||||||
|
Loading…
Reference in New Issue
Block a user