Package de.oliver.fancylib
Class FancyLib
java.lang.Object
de.oliver.fancylib.FancyLib
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.maven.artifact.versioning.ComparableVersion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.plugin.Pluginstatic FancySchedulerstatic voidRegisters the listeners for the inventory click and player interact events.static void
-
Field Details
-
VERSION
public static final org.apache.maven.artifact.versioning.ComparableVersion VERSION
-
-
Constructor Details
-
FancyLib
public FancyLib()
-
-
Method Details
-
getPlugin
public static org.bukkit.plugin.Plugin getPlugin() -
setPlugin
- Parameters:
pluginJarFile- you can get this by calling JavaPlugin#getJarFile
-
registerListeners
public static void registerListeners()Registers the listeners for the inventory click and player interact events. -
getScheduler
-