TargetSelector

interface TargetSelector<E : Event, R : Either<Player?, Origin?>>

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract operator fun invoke(event: E): R
Link copied to clipboard
open fun isApplicable(event: KClass<*>): Boolean

Properties

Link copied to clipboard
abstract val eventType: KClass<E>

Inheritors

Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard