use of com.skelril.skree.content.zone.group.freakyfour.boss.bossmove.FreakyFourBossDeath in project Skree by Skelril.
the class DaBombBossManager method handleUnbinds.
private void handleUnbinds() {
List<Instruction<UnbindCondition, Boss<Living, ZoneBossDetail<FreakyFourInstance>>>> unbindProcessor = getUnbindProcessor();
unbindProcessor.add(new FreakyFourBossDeath());
}
use of com.skelril.skree.content.zone.group.freakyfour.boss.bossmove.FreakyFourBossDeath in project Skree by Skelril.
the class SnipeeBossManager method handleUnbinds.
private void handleUnbinds() {
List<Instruction<UnbindCondition, Boss<Living, ZoneBossDetail<FreakyFourInstance>>>> unbindProcessor = getUnbindProcessor();
unbindProcessor.add(new FreakyFourBossDeath());
}
use of com.skelril.skree.content.zone.group.freakyfour.boss.bossmove.FreakyFourBossDeath in project Skree by Skelril.
the class CharlotteBossManager method handleUnbinds.
private void handleUnbinds() {
List<Instruction<UnbindCondition, Boss<Living, ZoneBossDetail<FreakyFourInstance>>>> unbindProcessor = getUnbindProcessor();
unbindProcessor.add(new FreakyFourBossDeath());
}
use of com.skelril.skree.content.zone.group.freakyfour.boss.bossmove.FreakyFourBossDeath in project Skree by Skelril.
the class FrimusBossManager method handleUnbinds.
private void handleUnbinds() {
List<Instruction<UnbindCondition, Boss<Living, ZoneBossDetail<FreakyFourInstance>>>> unbindProcessor = getUnbindProcessor();
unbindProcessor.add(new FreakyFourBossDeath());
}
Aggregations