Just Enough Items (JEI)

Just Enough Items (JEI)

369M Downloads

[Suggestion]: Add Java Docs

wolfieboy09 opened this issue ยท 3 comments

commented

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.

commented

Huh. I use IntelliJ, and I don't see anything with IModPlugin

image

commented

image
I just found that button, and it works. No idea why it did not do that in the first place.

commented

Hello, JEI has java docs for every API method. Please make sure your IDE is configured to download the sources correctly.
For example:

/**
* The main class to implement to create a JEI plugin. Everything communicated between a mod and JEI is through this class.
* IModPlugins must have the {@link JeiPlugin} annotation to get loaded by JEI.
*/