@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface Mod.Instance
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
owner
Optional owner modid, required if this annotation is on something that is not inside the main class of a mod container.
|
java.lang.String |
value
The mod object to inject into this field
|