Skip to content

Commit

Permalink
Add Javadoc link.
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Aug 27, 2024
1 parent fa56229 commit de592c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Core/src/net/tnemc/menu/core/MenuHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@
*/
public interface MenuHandler {

/**
* Used to register the listeners automatically without having to manually register each TNML Listener.
*/
void registerListeners();

/**
* This method is used to get an empty {@link AbstractItemStack item stack} object for the platform
* to help build a new item stack for an icon.
*
* @return an instance of AbstractItemStack representing an in-progress item builder for the platform.
*/
AbstractItemStack<?> stackBuilder();
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ there too.

[Wiki](https://github.com/TheNewEconomy/TNML/wiki/)

[JavaDoc]() - coming soon
[JavaDoc](https://tnemc.net/jd/tnml)

## Maven
The New Menu Library uses maven for dependency management.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<module>Bukkit</module>
<module>Paper</module>
<module>Folia</module>
<module>Sponge7</module>
<!--<module>Sponge7</module>-->
<module>Sponge8</module>
<module>Examples</module>
</modules>
Expand Down

0 comments on commit de592c0

Please sign in to comment.