[Suggestion]: Add Java Docs
wolfieboy09 opened this issue ยท 3 comments
Suggestion
When working on a mod that uses JEI for the screens and everything, there are no Java Docs. Java docs are straightforward to add, and tell the user what the function does, and how to use it.
Hello, JEI has java docs for every API method. Please make sure your IDE is configured to download the sources correctly.
For example:
JustEnoughItems/CommonApi/src/main/java/mezz/jei/api/IModPlugin.java
Lines 20 to 23 in 68f1660