Interface Expansion
public interface Expansion
An interface for an expansion instance
-
Method Summary
-
Method Details
-
onLoad
default boolean onLoad()Called when loading the expansion- Returns:
- whether the expansion loaded properly
-
onEnable
default void onEnable()Called when enabling the expansion -
onDisable
default void onDisable()Called when disabling the expansion
-