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.items.customloottable
/
SharedLootTable
/
PlayerTable
Player
Table
public
class
PlayerTable
Members
Functions
add
Need
Link copied to clipboard
public
void
addNeed
(
ItemStack
itemStack
)
get
Need
Items
Link copied to clipboard
public
List
<
ItemStack
>
getNeedItems
(
)
Backward-compatible item view for integrations which inspected the old need list.
needs
Link copied to clipboard
public
boolean
needs
(
UUID
entryId
)
remove
Need
Link copied to clipboard
public
void
removeNeed
(
ItemStack
itemStack
)
set
Need
Link copied to clipboard
public
void
setNeed
(
SharedLootTable.LootRollEntry
entry
,
boolean need
)