BetEvent

class BetEvent(val type: LogDataType, val raceId: String, val executor: OfflinePlayer, val jockey: OfflinePlayer, val betAmount: Int) : Event

Constructors

Link copied to clipboard
constructor(type: LogDataType, raceId: String, executor: OfflinePlayer, jockey: OfflinePlayer, betAmount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val executor: OfflinePlayer
Link copied to clipboard
val jockey: OfflinePlayer
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun callEvent(): Boolean
Link copied to clipboard
@NotNull
open fun getEventName(): @NotNull String
Link copied to clipboard
open override fun getHandlers(): HandlerList
Link copied to clipboard