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
/
Block
/
UseWithoutItemArg
Use
Without
Item
Arg
data
class
UseWithoutItemArg
(
val
state
:
BlockState
,
val
world
:
Level
,
val
pos
:
BlockPos
,
val
player
:
Player
,
val
hitResult
:
BlockHitResult
)
Members
Constructors
Use
Without
Item
Arg
Link copied to clipboard
constructor
(
state
:
BlockState
,
world
:
Level
,
pos
:
BlockPos
,
player
:
Player
,
hitResult
:
BlockHitResult
)
Properties
hit
Result
Link copied to clipboard
val
hitResult
:
BlockHitResult
player
Link copied to clipboard
val
player
:
Player
pos
Link copied to clipboard
val
pos
:
BlockPos
state
Link copied to clipboard
val
state
:
BlockState
world
Link copied to clipboard
val
world
:
Level