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

Annotation Type BukkitPluginRef

-
-
-
-
    -
  • -
    -
    -
    @Retention(value=RUNTIME)
    -@Target(value=FIELD)
    -public @interface BukkitPluginRef
    -
    Declare a variable to be populated by a Bukkit Plugin proxy instance if the bukkit coremod - is available. It can only be applied to field typed as BukkitProxy - Generally it should be used in conjunction with Mod.bukkitPlugin() specifying the - plugin to load.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Required Element Summary

      - - - - - - - - - - -
      Required Elements 
      Modifier and TypeRequired Element and Description
      java.lang.Stringvalue -
      A reference (possibly version specific) to a Bukkit Plugin by name, using the name@versionbound - specification.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Element Detail

      - - - -
        -
      • -

        value

        -
        public abstract java.lang.String value
        -
        A reference (possibly version specific) to a Bukkit Plugin by name, using the name@versionbound - specification. If this is a bukkit enabled environment the field annotated by this - will be populated with a BukkitProxy instance if possible. This proxy will be gotten by - reflectively calling the "getModProxy" method on the bukkit plugin instance.
        -
        Returns:
        The name of the plugin which we will inject into this field
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3