From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/cpw/mods/fml/common/Mod.Instance.html | 207 ++++++++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/Mod.Instance.html (limited to 'javadoc/cpw/mods/fml/common/Mod.Instance.html') diff --git a/javadoc/cpw/mods/fml/common/Mod.Instance.html b/javadoc/cpw/mods/fml/common/Mod.Instance.html new file mode 100644 index 0000000..5da35be --- /dev/null +++ b/javadoc/cpw/mods/fml/common/Mod.Instance.html @@ -0,0 +1,207 @@ + + + + + +Mod.Instance (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common
+

Annotation Type Mod.Instance

+
+
+
+
    +
  • +
    +
    +
    @Retention(value=RUNTIME)
    +@Target(value=FIELD)
    +public static @interface Mod.Instance
    +
    Populate the annotated field with the mod instance based on the specified ModId. This can be used + to retrieve instances of other mods.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Optional Element Summary

      + + + + + + + + + + +
      Optional Elements 
      Modifier and TypeOptional Element and Description
      java.lang.Stringvalue +
      The mod object to inject into this field
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract java.lang.String value
        +
        The mod object to inject into this field
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3