BazaarOrder

abstract class BazaarOrder(val item: Identifier, val createdBy: UUID, val originalAmount: Int, val createdAt: Long = Instant.now().toEpochMilli()) : Serializable(source)

A singular bazaar order

Inheritors

Constructors

Link copied to clipboard
constructor(item: Identifier, createdBy: UUID, originalAmount: Int, createdAt: Long = Instant.now().toEpochMilli())

Properties

Link copied to clipboard

Epoch milliseconds when this order was created

Link copied to clipboard

By whom this order was created

Link copied to clipboard

Item this order belongs to

Link copied to clipboard

Original amount ordered

Link copied to clipboard
abstract val totalPrice: BigDecimal

Total coins accumulated in this order