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
Quest
Tracking
public
class
QuestTracking
Members
Constructors
Quest
Tracking
Link copied to clipboard
public
void
QuestTracking
(
Player
player
,
Quest
quest
)
Types
Quest
Tracking
Events
Link copied to clipboard
public
class
QuestTrackingEvents
implements
Listener
Properties
player
Tracking
Quests
Link copied to clipboard
public
final
static
HashMap
<
UUID
,
QuestTracking
>
playerTrackingQuests
quest
Link copied to clipboard
public
final
Quest
quest
Functions
get
Player
Tracking
Quests
Link copied to clipboard
public
static
HashMap
<
UUID
,
QuestTracking
>
getPlayerTrackingQuests
(
)
get
Quest
Link copied to clipboard
public
Quest
getQuest
(
)
is
Tracking
Link copied to clipboard
public
static
boolean
isTracking
(
Player
player
)
refresh
Scoreboard
Link copied to clipboard
public
void
refreshScoreboard
(
)
shutdown
Link copied to clipboard
public
static
void
shutdown
(
)
stop
Link copied to clipboard
public
void
stop
(
)
toggle
Tracking
Link copied to clipboard
public
static
void
toggleTracking
(
Player
player
,
Quest
quest
)
public
static
void
toggleTracking
(
Player
player
,
String
questID
)
update
Locations
Link copied to clipboard
public
void
updateLocations
(
Quest
quest
)