BazaarItemData

Bazaar data for a single item

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun iterateBuy(iterator: (BazaarBuyOrder) -> Boolean)

Iterates through buy orders

Link copied to clipboard
fun iterateSell(iterator: (BazaarSellOrder) -> Boolean)

Iterates through sell orders

Link copied to clipboard

Gets the next buy order without shifting the queue

Link copied to clipboard

Gets the next sell order without shifting the queue

Link copied to clipboard
fun popOrder(specific: BazaarOrder)

Pops an order from the queue

Link copied to clipboard

Pushes an order to this queue

Properties

Link copied to clipboard
val amount: Int
Link copied to clipboard

All the buy orders in a priority queue

Link copied to clipboard

All the sell orders in a priority queue