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

Annotation Type IFMLLoadingPlugin.MCVersion

+
+
+
+
    +
  • +
    +
    +
    @Retention(value=RUNTIME)
    +@Target(value=TYPE)
    +public static @interface IFMLLoadingPlugin.MCVersion
    +
    Use this to target a specific minecraft version for your coremod. It will refuse to load with an error if + minecraft is not this exact version.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Optional Element Summary

      + + + + + + + + + + +
      Optional Elements 
      Modifier and TypeOptional Element and Description
      java.lang.Stringvalue 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract java.lang.String value
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3