2013-09-01 09:36:19 +00:00
|
|
|
package thaumcraft.api.aspects;
|
2013-08-28 08:32:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @author Azanor
|
|
|
|
*
|
2013-10-06 20:38:49 +00:00
|
|
|
* 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.
|
2013-08-28 08:32:01 +00:00
|
|
|
*
|
|
|
|
*/
|
2013-10-06 20:38:49 +00:00
|
|
|
public interface IAspectSource extends IAspectContainer {
|
2013-08-28 08:32:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|