KItemBehaviorContext

class KItemBehaviorContext(val player: Player, val action: Action, val rawEvent: PlayerInteractEvent) : KBehaviorContext

Constructors

Link copied to clipboard
constructor(player: Player, action: Action, rawEvent: PlayerInteractEvent)

Properties

Link copied to clipboard
val action: Action
Link copied to clipboard
val player: Player
Link copied to clipboard
val rawEvent: PlayerInteractEvent