Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EliteMobs
/
com.magmaguy.elitemobs.quests
/
QuestTracking
/
QuestTrackingEvents
Quest
Tracking
Events
public
class
QuestTrackingEvents
implements
Listener
Members
Constructors
Quest
Tracking.
Quest
Tracking
Events
Link copied to clipboard
public
void
QuestTracking.QuestTrackingEvents
(
)
Functions
on
Player
Logout
Link copied to clipboard
public
void
onPlayerLogout
(
PlayerQuitEvent
event
)
on
Quest
Accept
Event
Link copied to clipboard
public
void
onQuestAcceptEvent
(
QuestAcceptEvent
event
)
on
Quest
Complete
Event
Link copied to clipboard
public
void
onQuestCompleteEvent
(
QuestCompleteEvent
event
)
on
Quest
Progress
Event
Link copied to clipboard
public
void
onQuestProgressEvent
(
QuestProgressionEvent
event
)
on
Target
Spawn
Link copied to clipboard
public
void
onTargetSpawn
(
EliteMobSpawnEvent
event
)
on
World
Changed
Link copied to clipboard
public
void
onWorldChanged
(
PlayerChangedWorldEvent
event
)