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.rewards
/
QuestReward
Quest
Reward
public
class
QuestReward
implements
Serializable
Members
Constructors
Quest
Reward
Link copied to clipboard
public
void
QuestReward
(
int rewardLevel
,
QuestObjectives
questObjectives
,
Player
player
)
public
void
QuestReward
(
CustomQuestsConfigFields
customQuestsConfigFields
,
Player
player
)
This generates a list of custom quest rewards based on configuration file entries.
Properties
custom
Loot
Table
Link copied to clipboard
public
CustomLootTable
customLootTable
player
UUID
Link copied to clipboard
public
final
UUID
playerUUID
reward
Level
Link copied to clipboard
public
final
int
rewardLevel
Functions
do
Rewards
Link copied to clipboard
public
void
doRewards
(
)
public
void
doRewards
(
Player
player
)
get
Custom
Loot
Table
Link copied to clipboard
public
CustomLootTable
getCustomLootTable
(
)
get
Player
UUID
Link copied to clipboard
public
UUID
getPlayerUUID
(
)
get
Reward
Level
Link copied to clipboard
public
int
getRewardLevel
(
)
preview
Rewards
Link copied to clipboard
public
List
<
ItemStack
>
previewRewards
(
)