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.dpcaller
/
EntityEvent
/
EntityOnTickEvent
Entity
On
Tick
Event
class
EntityOnTickEvent
(
entity
:
Entity
)
:
ContextEvent
<
Entity
,
Entity
.
(
level
:
Level
)
->
Unit
>
Members
Constructors
Entity
On
Tick
Event
Link copied to clipboard
constructor
(
entity
:
Entity
)
Properties
context
Link copied to clipboard
val
context
:
Entity
Functions
clear
Link copied to clipboard
fun
clear
(
)
clear
By
Owner
Link copied to clipboard
fun
clearByOwner
(
owner
:
String
)
invoker
Link copied to clipboard
open
override
fun
invoker
(
)
:
Entity
.
(
level
:
Level
)
->
Unit
minus
Assign
Link copied to clipboard
operator
fun
minusAssign
(
handler
:
Entity
.
(
level
:
Level
)
->
Unit
)
plus
Assign
Link copied to clipboard
operator
fun
plusAssign
(
handler
:
Entity
.
(
level
:
Level
)
->
Unit
)
register
Link copied to clipboard
fun
register
(
handler
:
Entity
.
(
level
:
Level
)
->
Unit
)
remove
Link copied to clipboard
fun
remove
(
handler
:
Entity
.
(
level
:
Level
)
->
Unit
)