kts4mc-template-1.21.11
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kts4mc-template-1.21.11
kts4mc-template-1.21.11
/
top.katton.api.event
/
KattonEvents
/
EntityElytra
Entity
Elytra
object
EntityElytra
Elytra related entity events.
Members
Types
Elytra
Allow
Arg
Link copied to clipboard
data
class
ElytraAllowArg
(
val
entity
:
LivingEntity
)
Elytra
Custom
Arg
Link copied to clipboard
data
class
ElytraCustomArg
(
val
entity
:
LivingEntity
,
val
tickElytra
:
Boolean
)
Properties
on
Entity
Elytra
Allow
Link copied to clipboard
val
onEntityElytraAllow
:
Event
<
(
KattonEvents.EntityElytra.ElytraAllowArg
)
->
Boolean
>
on
Entity
Elytra
Custom
Link copied to clipboard
val
onEntityElytraCustom
:
Event
<
(
KattonEvents.EntityElytra.ElytraCustomArg
)
->
Boolean
>