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
/
RebarEntityDeserializeEvent
Rebar
Entity
Deserialize
Event
class
RebarEntityDeserializeEvent
(
entity
:
Entity
,
val
rebarEntity
:
RebarEntity
<
*
>
,
val
pdc
:
PersistentDataContainer
)
:
EntityEvent
(
source
)
Members
Constructors
Rebar
Entity
Deserialize
Event
Link copied to clipboard
constructor
(
entity
:
Entity
,
rebarEntity
:
RebarEntity
<
*
>
,
pdc
:
PersistentDataContainer
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
pdc
Link copied to clipboard
val
pdc
:
PersistentDataContainer
rebar
Entity
Link copied to clipboard
val
rebarEntity
:
RebarEntity
<
*
>
Functions
call
Event
Link copied to clipboard
open
fun
callEvent
(
)
:
Boolean
get
Entity
Link copied to clipboard
@
NotNull
open
fun
getEntity
(
)
:
@
NotNull
Entity
get
Entity
Type
Link copied to clipboard
@
NotNull
open
fun
getEntityType
(
)
:
@
NotNull
EntityType
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