rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rebar
rebar
/
io.github.pylonmc.rebar.event
/
RebarEntityUnloadEvent
Rebar
Entity
Unload
Event
class
RebarEntityUnloadEvent
(
val
rebarEntity
:
RebarEntity
<
*
>
)
:
Event
(
source
)
Called after a
RebarEntity
has been unloaded. This includes the entity dying!
Members
Constructors
Rebar
Entity
Unload
Event
Link copied to clipboard
constructor
(
rebarEntity
:
RebarEntity
<
*
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
event
Name
Link copied to clipboard
@get:
NotNull
open
val
eventName
:
@
NotNull
String
handlers
Link copied to clipboard
open
override
val
handlers
:
HandlerList
is
Asynchronous
Link copied to clipboard
val
isAsynchronous
:
Boolean
rebar
Entity
Link copied to clipboard
val
rebarEntity
:
RebarEntity
<
*
>
Functions
call
Event
Link copied to clipboard
open
fun
callEvent
(
)
:
Boolean
get
Handlers
Link copied to clipboard
open
override
fun
getHandlers
(
)
:
HandlerList