@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface Mod.Metadata
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 id specifying the metadata to load here
|