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/Mod.CustomProperty.html | 220 +++++++++++++++++++++ 1 file changed, 220 insertions(+) create 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 new file mode 100644 index 0000000..97f5519 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/Mod.CustomProperty.html @@ -0,0 +1,220 @@ + + + + + +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