- All Implemented Interfaces:
Plugin
public abstract class LuxPlugin
extends Object
implements Plugin
-
Constructor Summary
Constructors
-
Method Summary
void
abstract void
abstract void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LuxPlugin
public LuxPlugin()
-
Method Details
-
-
-
-
onEnable
public abstract void onEnable()
- Specified by:
onEnable in interface Plugin
-
onDisable
public abstract void onDisable()
- Specified by:
onDisable in interface Plugin