Package me.clientastisch.extension.impl
Interface Addon
-
public interface Addon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDisable()
Terminate method of your addonvoid
onEnable()
Initialize method of your addon
-