ModId
Provide ModId to registration system.
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface ModId {
/**
* The Mod ID.
*
* @return {@link String }
*/
String value();
}
Provide ModId to registration system.
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface ModId {
/**
* The Mod ID.
*
* @return {@link String }
*/
String value();
}