resonant-induction/APIs/icbm/api/ICamouflageMaterial.java
2013-07-22 18:24:55 -04:00

14 lines
302 B
Java

package icbm.api;
/**
* 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
*
*/
public interface ICamouflageMaterial
{
}