Package me.hsgamer.bettergui.api.addon
Interface GetPlugin
-
- All Superinterfaces:
GetClassLoader
public interface GetPlugin extends GetClassLoader
An extra interface forExpansion
to get the plugin instance
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default BetterGUI
getPlugin()
Get the plugin instance-
Methods inherited from interface me.hsgamer.hscore.expansion.extra.expansion.GetClassLoader
getExpansionClassLoader
-
-
-
-
Method Detail
-
getPlugin
default BetterGUI getPlugin()
Get the plugin instance- Returns:
- the plugin instance
-
-