From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../cpw/mods/fml/common/Optional.Interface.html | 256 --------------------- 1 file changed, 256 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/Optional.Interface.html (limited to 'javadoc/cpw/mods/fml/common/Optional.Interface.html') diff --git a/javadoc/cpw/mods/fml/common/Optional.Interface.html b/javadoc/cpw/mods/fml/common/Optional.Interface.html deleted file mode 100644 index de4ab3f..0000000 --- a/javadoc/cpw/mods/fml/common/Optional.Interface.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -Optional.Interface (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common
-

Annotation Type Optional.Interface

-
-
-
-
    -
  • -
    -
    -
    @Retention(value=RUNTIME)
    -@Target(value=TYPE)
    -public static @interface Optional.Interface
    -
    Used to remove optional interfaces
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Required Element Summary

      - - - - - - - - - - - - - - -
      Required Elements 
      Modifier and TypeRequired Element and Description
      java.lang.Stringiface -
      The fully qualified name of the interface to be stripped
      -
      java.lang.Stringmodid -
      The modid that is required to be present for stripping NOT to occur
      -
      -
    • -
    - -
      -
    • - - -

      Optional Element Summary

      - - - - - - - - - - -
      Optional Elements 
      Modifier and TypeOptional Element and Description
      booleanstriprefs -
      Strip references to this interface in method declarations? (Useful to kill synthetic methods from scala f.e.)
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Element Detail

      - - - -
        -
      • -

        iface

        -
        public abstract java.lang.String iface
        -
        The fully qualified name of the interface to be stripped
        -
        Returns:
        the interface name
        -
      • -
      - - - -
        -
      • -

        modid

        -
        public abstract java.lang.String modid
        -
        The modid that is required to be present for stripping NOT to occur
        -
        Returns:
        the modid
        -
      • -
      - - - -
        -
      • -

        striprefs

        -
        public abstract boolean striprefs
        -
        Strip references to this interface in method declarations? (Useful to kill synthetic methods from scala f.e.)
        -
        Returns:
        if references should be stripped
        -
        -
        Default:
        -
        false
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3