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/Mod.CustomProperty.html | 220 --------------------- 1 file changed, 220 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/Mod.CustomProperty.html (limited to 'javadoc/cpw/mods/fml/common/Mod.CustomProperty.html') diff --git a/javadoc/cpw/mods/fml/common/Mod.CustomProperty.html b/javadoc/cpw/mods/fml/common/Mod.CustomProperty.html deleted file mode 100644 index 97f5519..0000000 --- a/javadoc/cpw/mods/fml/common/Mod.CustomProperty.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - -Mod.CustomProperty (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common
-

Annotation Type Mod.CustomProperty

-
-
-
-
    -
  • -
    -
    -
    @Retention(value=RUNTIME)
    -@Target(value={})
    -public static @interface Mod.CustomProperty
    -
    A custom key => value property pair for use with Mod.customProperties()
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Required Element Summary

      - - - - - - - - - - - - - - -
      Required Elements 
      Modifier and TypeRequired Element and Description
      java.lang.Stringk -
      A key.
      -
      java.lang.Stringv -
      A value.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Element Detail

      - - - -
        -
      • -

        k

        -
        public abstract java.lang.String k
        -
        A key. Should be unique.
        -
        Returns:
        A key
        -
      • -
      - - - -
        -
      • -

        v

        -
        public abstract java.lang.String v
        -
        A value. Can be anything.
        -
        Returns:
        A value
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3