BloodMagic/BM_src/thaumcraft/api/aspects/IAspectSource.java
2014-01-17 21:43:13 +00:00

12 lines
320 B
Java

package thaumcraft.api.aspects;
/**
* @author Azanor
* <p/>
* This interface is implemented by tile entites (or possibly anything else) like jars
* so that they can act as an essentia source for blocks like the infusion altar.
*/
public interface IAspectSource extends IAspectContainer
{
}