BiomesOPlenty/apis/thaumcraft/api/nodes/IRevealer.java

13 lines
197 B
Java

package thaumcraft.api.nodes;
/**
*
* @author Azanor
*
* Equipped head slot items that extend this class will make nodes visible in world.
*
*/
public interface IRevealer {
}