EffectiveZoneEvent

abstract class EffectiveZoneEvent(val entity: LivingEntity, val zone: EffectiveZone, val zoneBox: EffectiveZone.ZoneBox) : Event

Base Bukkit event for zone movement transitions.

Inheritors

Constructors

Link copied to clipboard
constructor(entity: LivingEntity, zone: EffectiveZone, zoneBox: EffectiveZone.ZoneBox)

Properties

Link copied to clipboard
val entity: LivingEntity

the entity that moved

Link copied to clipboard
@get:NotNull
open val eventName: @NotNull String
Link copied to clipboard
@get:NotNull
abstract val handlers: @NotNull HandlerList
Link copied to clipboard
Link copied to clipboard

the zone involved

Link copied to clipboard

the specific box within the zone

Functions

Link copied to clipboard
open fun callEvent(): Boolean