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.menus
/
QuestMenu
/
QuestText
Quest
Text
public
class
QuestText
Members
Constructors
QuestMenu.
QuestText
Link copied to clipboard
public
void
QuestMenu.QuestText
(
Quest
quest
,
NPCEntity
npcEntity
,
Player
player
)
Properties
accept
Link copied to clipboard
public
final
TextComponent
accept
body
Link copied to clipboard
public
final
List
<
TextComponent
>
body
fixed
Rewards
Link copied to clipboard
public
final
TextComponent
fixedRewards
fixed
Summary
Link copied to clipboard
public
final
TextComponent
fixedSummary
header
Link copied to clipboard
public
final
TextComponent
header
rewards
Link copied to clipboard
public
final
List
<
TextComponent
>
rewards
summary
Link copied to clipboard
public
final
List
<
TextComponent
>
summary
track
Link copied to clipboard
public
TextComponent
track
Functions
get
Accept
Link copied to clipboard
public
TextComponent
getAccept
(
)
get
Body
Link copied to clipboard
public
List
<
TextComponent
>
getBody
(
)
get
Fixed
Rewards
Link copied to clipboard
public
TextComponent
getFixedRewards
(
)
get
Fixed
Summary
Link copied to clipboard
public
TextComponent
getFixedSummary
(
)
get
Header
Link copied to clipboard
public
TextComponent
getHeader
(
)
get
Rewards
Link copied to clipboard
public
List
<
TextComponent
>
getRewards
(
)
get
Summary
Link copied to clipboard
public
List
<
TextComponent
>
getSummary
(
)
get
Track
Link copied to clipboard
public
TextComponent
getTrack
(
)