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
/
QuestAcceptEvent
Quest
Accept
Event
public
class
QuestAcceptEvent
extends
Event
implements
Cancellable
Members
Constructors
Quest
Accept
Event
Link copied to clipboard
public
void
QuestAcceptEvent
(
Player
player
,
Quest
quest
)
Types
Quest
Accept
Event
Handler
Link copied to clipboard
public
class
QuestAcceptEventHandler
implements
Listener
Properties
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
is
Cancelled
Link copied to clipboard
public
boolean
isCancelled
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
(
)
is
Cancelled
Link copied to clipboard
public
boolean
isCancelled
(
)
set
Cancelled
Link copied to clipboard
public
void
setCancelled
(
boolean cancel
)
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
(
)
is
Cancelled
Link copied to clipboard
public
abstract
boolean
isCancelled
(
)
set
Cancelled
Link copied to clipboard
public
abstract
void
setCancelled
(
boolean p
)