2014-01-17 14:12:49 -05:00
|
|
|
package thaumcraft.api.aspects;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @author Azanor
|
2014-01-17 21:05:38 +00:00
|
|
|
* <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.
|
2014-01-17 14:12:49 -05:00
|
|
|
*/
|
2014-01-17 21:43:13 +00:00
|
|
|
public interface IAspectSource extends IAspectContainer
|
|
|
|
{
|
2014-01-17 14:12:49 -05:00
|
|
|
}
|