Uses of Class
org.bukkit.plugin.java.JavaPlugin

Packages that use JavaPlugin
org.bukkit.plugin.java Classes for handling plugins written in java. 
 

Uses of JavaPlugin in org.bukkit.plugin.java
 

Methods in org.bukkit.plugin.java with type parameters of type JavaPlugin
static
<T extends JavaPlugin>
T
JavaPlugin.getPlugin(Class<T> clazz)
          This method provides fast access to the plugin that has provided the given plugin class, which is usually the plugin that implemented it.
 

Methods in org.bukkit.plugin.java that return JavaPlugin
static JavaPlugin JavaPlugin.getProvidingPlugin(Class<?> clazz)
          This method provides fast access to the plugin that has provided the given class.
 



Copyright © 2014. All rights reserved.