Changed formatting to have bracing on a new line
This commit is contained in:
parent
e5eddd6c45
commit
e48eedb874
189 changed files with 6092 additions and 4041 deletions
|
@ -3,7 +3,8 @@ package WayofTime.bloodmagic.compat;
|
|||
/**
|
||||
* Implement on all primary compatibility classes.
|
||||
*/
|
||||
public interface ICompatibility {
|
||||
public interface ICompatibility
|
||||
{
|
||||
|
||||
/**
|
||||
* Called after the given {@code modid} has been verified as loaded.
|
||||
|
@ -16,8 +17,9 @@ public interface ICompatibility {
|
|||
String getModId();
|
||||
|
||||
/**
|
||||
* Whether or not compatibility should be loaded even if the mod were to be found.
|
||||
*
|
||||
* Whether or not compatibility should be loaded even if the mod were to be
|
||||
* found.
|
||||
*
|
||||
* Generally a determined by a config option.
|
||||
*/
|
||||
boolean enableCompat();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue