CountdownEndEvent

Fired when a countdown finishes.

  • Package: com.skyblockexp.ezcountdown.api.event
  • Class: CountdownEndEvent
  • Extends: org.bukkit.event.Event

Fields / accessors:

  • Countdown getCountdown() - the countdown instance that ended.

Usage:

@EventHandler
public void onEnd(CountdownEndEvent e) {
    Countdown c = e.getCountdown();
    // react to completion
}

Copyright © 2024–2026 Gyvex. Distributed under the MIT License.

This site uses Just the Docs, a documentation theme for Jekyll.