Search in sources :

Example 1 with ListenerFeatherBoard

use of combatlogx.expansion.compatibility.featherboard.listener.ListenerFeatherBoard in project CombatLogX by SirBlobman.

the class FeatherBoardExpansion method onEnable.

@Override
public void onEnable() {
    if (!checkDependency("FeatherBoard", true, "5")) {
        ICombatLogX plugin = getPlugin();
        ExpansionManager expansionManager = plugin.getExpansionManager();
        expansionManager.disableExpansion(this);
        return;
    }
    new ListenerFeatherBoard(this).register();
}
Also used : ExpansionManager(com.github.sirblobman.combatlogx.api.expansion.ExpansionManager) ListenerFeatherBoard(combatlogx.expansion.compatibility.featherboard.listener.ListenerFeatherBoard) ICombatLogX(com.github.sirblobman.combatlogx.api.ICombatLogX)

Aggregations

ICombatLogX (com.github.sirblobman.combatlogx.api.ICombatLogX)1 ExpansionManager (com.github.sirblobman.combatlogx.api.expansion.ExpansionManager)1 ListenerFeatherBoard (combatlogx.expansion.compatibility.featherboard.listener.ListenerFeatherBoard)1