toggle menu
nova-parent
0.17-alpha.34
jvm
switch theme
search in API
nova
/
xyz.xenondevs.nova.world.block.hitbox
Package-level
declarations
Types
Functions
Types
Hitbox
Link copied to clipboard
abstract
class
Hitbox
<
L
,
R
>
Physical
Hitbox
Link copied to clipboard
class
PhysicalHitbox
:
Hitbox
<
ClickHandler
,
ClickAtLocationHandler
>
Virtual
Hitbox
Link copied to clipboard
class
VirtualHitbox
:
Hitbox
<
ClickAtLocationHandler
,
ClickAtLocationHandler
>
Functions
Physical
Hitbox
Link copied to clipboard
fun
PhysicalHitbox
(
from
:
Location
,
to
:
Location
)
:
PhysicalHitbox
Virtual
Hitbox
Link copied to clipboard
fun
VirtualHitbox
(
from
:
Location
,
to
:
Location
)
:
VirtualHitbox