|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Mod
The new mod style in FML 1.3
Required Element Summary | |
---|---|
String |
modid
The unique mod identifier for this mod |
Optional Element Summary | |
---|---|
String |
dependencies
A simple dependency string for this mod (see modloader's "priorities" string specification) |
String |
name
A user friendly name for the mod |
boolean |
useMetadata
Whether to use the mcmod.info metadata by default for this mod. |
String |
version
A version string for this mod |
Element Detail |
---|
public abstract String modid
public abstract String name
public abstract String version
public abstract String dependencies
public abstract boolean useMetadata
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |