RebarEntityDeathEvent

class RebarEntityDeathEvent(val rebarEntity: RebarEntity<*>, val event: EntityRemoveFromWorldEvent) : Event(source)

Called when a RebarEntity is removed for any reason.

Constructors

Link copied to clipboard
constructor(rebarEntity: RebarEntity<*>, event: EntityRemoveFromWorldEvent)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
open fun callEvent(): Boolean
Link copied to clipboard
open override fun getHandlers(): HandlerList