nova-parent
Toggle table of contents
0.18-alpha.14
jvm
Platform filter
jvm
Switch theme
Search in API
nova-parent
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