resonant-induction/APIs/icbm/api/ICamouflageMaterial.java

15 lines
302 B
Java
Raw Normal View History

package icbm.api;
/**
2013-07-23 00:24:55 +02:00
* Applied to all blocks that can be used as a camouflage for the camouflage block. Use this
* interface if your block is not a normal block but yet would like it to be used as a camouflage
* material.
*
* @author Calclavia
*
*/
2013-07-23 00:24:55 +02:00
public interface ICamouflageMaterial
{
}