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
/
Item
Item
object
Item
Item interaction events (use / useOn).
Members
Types
Use
Arg
Link copied to clipboard
data
class
UseArg
(
val
world
:
Level
,
val
player
:
Player
,
val
hand
:
InteractionHand
)
Use
On
Arg
Link copied to clipboard
data
class
UseOnArg
(
val
context
:
UseOnContext
)
Properties
on
Use
Link copied to clipboard
val
onUse
:
Event
<
(
KattonEvents.Item.UseArg
)
->
InteractionResult
>
on
Use
On
Link copied to clipboard
val
onUseOn
:
Event
<
(
KattonEvents.Item.UseOnArg
)
->
InteractionResult
>