BiomesOPlenty/apis/thaumcraft/api/aspects/IAspectSource.java

17 lines
319 B
Java
Raw Normal View History

2013-09-01 09:36:19 +00:00
package thaumcraft.api.aspects;
/**
* @author Azanor
*
* 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 {
}