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.api
/
QuestObjectivesCompletedEvent
Quest
Objectives
Completed
Event
public
class
QuestObjectivesCompletedEvent
extends
Event
Members
Constructors
Quest
Objectives
Completed
Event
Link copied to clipboard
public
void
QuestObjectivesCompletedEvent
(
Player
player
,
Quest
customQuest
)
Types
Quest
Objectives
Completed
Event
Handler
Link copied to clipboard
public
class
QuestObjectivesCompletedEventHandler
implements
Listener
Properties
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
player
Link copied to clipboard
public
final
Player
player
quest
Link copied to clipboard
public
final
Quest
quest
Functions
get
Handler
List
Link copied to clipboard
public
static
HandlerList
getHandlerList
(
)
get
Handlers
Link copied to clipboard
public
HandlerList
getHandlers
(
)
get
Player
Link copied to clipboard
public
Player
getPlayer
(
)
get
Quest
Link copied to clipboard
public
Quest
getQuest
(
)
Inherited functions
get
Event
Name
Link copied to clipboard
public
String
getEventName
(
)
get
Handlers
Link copied to clipboard
public
abstract
HandlerList
getHandlers
(
)
is
Asynchronous
Link copied to clipboard
public
final
boolean
isAsynchronous
(
)