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