From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../cpw/mods/fml/common/Optional.Interface.html | 256 +++++++++++++++++++++ 1 file changed, 256 insertions(+) create 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 new file mode 100644 index 0000000..de4ab3f --- /dev/null +++ b/javadoc/cpw/mods/fml/common/Optional.Interface.html @@ -0,0 +1,256 @@ + + + + + +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