QueueItem

class QueueItem

Holds data that goes into various queues for processing

Author

stumper66

Since

3.0.0

Constructors

Link copied to clipboard
constructor(lmEntity: LivingEntityWrapper, event: Event?)
constructor(lmEntity: LivingEntityWrapper, nametag: NametagResult, players: MutableList<Player>)

Properties

Link copied to clipboard
Link copied to clipboard
var event: Event?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var players: MutableList<Player>?