
Add Javadocs for API classes that didn't already have them Redo 'nother redo Another redo Update ItemSigil.java Last one, I swear Fix
10 lines
178 B
Java
10 lines
178 B
Java
package WayofTime.bloodmagic.api.iface;
|
|
|
|
/**
|
|
* Used for all {@link WayofTime.bloodmagic.api.impl.ItemSigil}
|
|
* <b>EXCEPT</b> Sigils of Holdings.
|
|
*/
|
|
public interface ISigil
|
|
{
|
|
}
|