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.objectives
/
CustomFetchObjective
/
CustomFetchObjectiveEvents
Custom
Fetch
Objective
Events
public
class
CustomFetchObjectiveEvents
implements
Listener
Members
Constructors
Custom
Fetch
Objective.
Custom
Fetch
Objective
Events
Link copied to clipboard
public
void
CustomFetchObjective.CustomFetchObjectiveEvents
(
)
Functions
on
Item
Drop
Link copied to clipboard
public
void
onItemDrop
(
PlayerDropItemEvent
event
)
on
Item
Pickup
Link copied to clipboard
public
void
onItemPickup
(
EntityPickupItemEvent
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
Reward
Event
Link copied to clipboard
public
void
onQuestRewardEvent
(
QuestRewardEvent
event
)