Class JavaPluginAccessors
java.lang.Object
net.apartium.cocoabeans.spigot.accessors.JavaPluginAccessors
Utility methods to access otherwise-private elements of JavaPlugin
- See Also:
-
JavaPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FilegetPluginFile(@NonNull org.bukkit.plugin.java.JavaPlugin plugin) Gets the jar file associated with specified plugin
-
Constructor Details
-
JavaPluginAccessors
public JavaPluginAccessors()
-
-
Method Details
-
getPluginFile
Gets the jar file associated with specified plugin- Parameters:
plugin- specified plugin- Returns:
- jar file associated with specified plugin
-