Package de.presti.ree6.addons
Interface AddonInterface
public interface AddonInterface
The Interface used for the Addons.
-
Method Summary
-
Method Details
-
onEnable
void onEnable()Called methode when the Addon gets started (What a surprise isn't it :)) -
onDisable
void onDisable()Called methode when the Addon get stopped.
-