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/Optional.Method.html | 203 +++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/Optional.Method.html (limited to 'javadoc/cpw/mods/fml/common/Optional.Method.html') diff --git a/javadoc/cpw/mods/fml/common/Optional.Method.html b/javadoc/cpw/mods/fml/common/Optional.Method.html new file mode 100644 index 0000000..afe9b2d --- /dev/null +++ b/javadoc/cpw/mods/fml/common/Optional.Method.html @@ -0,0 +1,203 @@ + + + + + +Optional.Method (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common
+

Annotation Type Optional.Method

+
+
+
+
    +
  • +
    +
    +
    @Retention(value=RUNTIME)
    +@Target(value=METHOD)
    +public static @interface Optional.Method
    +
    Used to remove optional methods
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      java.lang.Stringmodid +
      The modid that is required to be present for stripping NOT to occur
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        modid

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