Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
MagmaCore
/
com.magmaguy.magmacore.ai
/
MindPerception
Mind
Perception
public
interface
MindPerception
Read-only native perception available to sensors and behaviors.
Members
Functions
current
Target
Link copied to clipboard
public
abstract
Optional
<
LivingEntity
>
currentTarget
(
)
line
Of
Sight
Link copied to clipboard
public
abstract
boolean
lineOfSight
(
LivingEntity
target
)
navigation
Link copied to clipboard
public
MindNavigationStatus
navigation
(
)
Native movement progress for the active MOVE request.
nearest
Player
Link copied to clipboard
public
abstract
Optional
<
Player
>
nearestPlayer
(
double maxDistance
)