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.commands.quests
/
QuestCommand
Quest
Command
public
class
QuestCommand
Members
Functions
bypass
Quest
Requirements
Link copied to clipboard
public
static
void
bypassQuestRequirements
(
Player
player
)
complete
Quest
Link copied to clipboard
public
static
void
completeQuest
(
Player
player
)
public
static
void
completeQuest
(
String
questID
,
Player
player
)
join
Quest
Link copied to clipboard
public
static
void
joinQuest
(
String
questID
,
Player
player
)
leave
Quest
Link copied to clipboard
public
static
void
leaveQuest
(
Player
player
,
String
questID
)
leave
Quest
Confirmed
Link copied to clipboard
public
static
void
leaveQuestConfirmed
(
Player
player
,
String
questID
)
reset
Quest
Link copied to clipboard
public
static
void
resetQuest
(
CommandSender
commandSender
,
String
playerString
,
String
questName
)
reset
Quests
Link copied to clipboard
public
static
void
resetQuests
(
CommandSender
commandSender
,
String
playerString
)
track
Quest
Link copied to clipboard
public
static
void
trackQuest
(
String
questID
,
Player
player
)