PylonEntityUnloadEvent

class PylonEntityUnloadEvent(val pylonEntity: PylonEntity<*>) : Event(source)

Called after a PylonEntity has been unloaded. This includes the entity dying!

Constructors

Link copied to clipboard
constructor(pylonEntity: PylonEntity<*>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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