rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
rebar
rebar
/
io.github.pylonmc.rebar.event
/
RebarEntityLoadEvent
Rebar
Entity
Load
Event
class
RebarEntityLoadEvent
(
val
rebarEntity
:
RebarEntity
<
*
>
)
:
Event
(
source
)
Called after a
RebarEntity
has been loaded.
Members
Constructors
Rebar
Entity
Load
Event
Link copied to clipboard
constructor
(
rebarEntity
:
RebarEntity
<
*
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
rebar
Entity
Link copied to clipboard
val
rebarEntity
:
RebarEntity
<
*
>
Functions
call
Event
Link copied to clipboard
open
fun
callEvent
(
)
:
Boolean
get
Event
Name
Link copied to clipboard
@
NotNull
open
fun
getEventName
(
)
:
@
NotNull
String
get
Handlers
Link copied to clipboard
open
override
fun
getHandlers
(
)
:
HandlerList
is
Asynchronous
Link copied to clipboard
fun
isAsynchronous
(
)
:
Boolean