Javadoc warning cleanup
This commit is contained in:
parent
d4b5d3d3e2
commit
7ebd59382f
11 changed files with 103 additions and 23 deletions
|
@ -11,7 +11,7 @@ public interface ICompatibility
|
|||
void loadCompatibility();
|
||||
|
||||
/**
|
||||
* The {@code modid} of the mod we are adding compatibility for.
|
||||
* @return The {@code modid} of the mod we are adding compatibility for.
|
||||
*/
|
||||
String getModId();
|
||||
|
||||
|
@ -20,6 +20,8 @@ public interface ICompatibility
|
|||
* found.
|
||||
*
|
||||
* Generally a determined by a config option.
|
||||
*
|
||||
* @return If Compatibility should load.
|
||||
*/
|
||||
boolean enableCompat();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue