Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EternalTD
/
com.magmaguy.eternaltd.players
/
GameInventory
Game
Inventory
public
class
GameInventory
implements
Listener
Members
Constructors
Game
Inventory
Link copied to clipboard
public
void
GameInventory
(
)
Properties
next
Wave
Item
Link copied to clipboard
public
final
static
NamespacedKey
nextWaveItem
sell
Tower
Item
Link copied to clipboard
public
final
static
NamespacedKey
sellTowerItem
upgrade
Tower
Item
Link copied to clipboard
public
final
static
NamespacedKey
upgradeTowerItem
Functions
building
Interaction
Link copied to clipboard
public
static
void
buildingInteraction
(
PlayerInteractEvent
event
)
get
Next
Wave
Item
Link copied to clipboard
public
static
NamespacedKey
getNextWaveItem
(
)
get
Sell
Tower
Item
Link copied to clipboard
public
static
NamespacedKey
getSellTowerItem
(
)
get
Upgrade
Tower
Item
Link copied to clipboard
public
static
NamespacedKey
getUpgradeTowerItem
(
)
on
Interact
Link copied to clipboard
public
void
onInteract
(
PlayerInteractEvent
event
)
on
Inventory
Click
Link copied to clipboard
public
void
onInventoryClick
(
InventoryClickEvent
event
)
prevent
Players
From
Losing
Towers
Link copied to clipboard
public
void
preventPlayersFromLosingTowers
(
ProjectileLaunchEvent
event
)
update
Top
Inventory
Link copied to clipboard
public
static
void
updateTopInventory
(
Inventory
inventory
)