@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface BukkitPluginRef
BukkitProxy
Generally it should be used in conjunction with Mod.bukkitPlugin()
specifying the
plugin to load.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
A reference (possibly version specific) to a Bukkit Plugin by name, using the name@versionbound
specification.
|
public abstract java.lang.String value
BukkitProxy
instance if possible. This proxy will be gotten by
reflectively calling the "getModProxy" method on the bukkit plugin instance.