WrappedPlayerInteractEvent

class WrappedPlayerInteractEvent(val event: PlayerInteractEvent) : Event

A class wrapping Bukkit's PlayerInteractEvent, which will not be called for the other hand if an action has been performed (marked via WrappedPlayerInteractEvent.actionPerformed).

Constructors

Link copied to clipboard
constructor(event: PlayerInteractEvent)

Types

Link copied to clipboard
object Companion : Listener

Properties

Link copied to clipboard

Whether an action has been performed (by Nova or addons).

Link copied to clipboard
val event: PlayerInteractEvent

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