Applied-Energistics-2-tiler.../src/main/java/appeng/decorative/solid/Identifier.java

20 lines
223 B
Java
Raw Normal View History

2015-12-24 02:03:16 +01:00
2015-09-29 15:47:55 +02:00
package appeng.decorative.solid;
import javax.annotation.Nonnull;
/**
*
*
* @author thatsIch
* @version rv3 - 29.06.2015
* @since rv3 29.06.2015
*/
public interface Identifier
{
@Nonnull
String identifier();
}