Uses of Enum
net.citizensnpcs.api.ai.event.CancelReason
-
Uses of CancelReason in net.citizensnpcs.api.ai
Modifier and TypeMethodDescriptionAbstractPathStrategy.getCancelReason()
PathStrategy.getCancelReason()
Modifier and TypeMethodDescriptionvoid
Navigator.cancelNavigation
(CancelReason reason) Cancels any running navigation towards a target with a specificCancelReason
.protected void
AbstractPathStrategy.setCancelReason
(CancelReason reason) -
Uses of CancelReason in net.citizensnpcs.api.ai.event
Modifier and TypeMethodDescriptionNavigationCancelEvent.getCancelReason()
static CancelReason
Returns the enum constant of this type with the specified name.static CancelReason[]
CancelReason.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CancelReason in net.citizensnpcs.npc.ai
Modifier and TypeMethodDescriptionMCNavigationStrategy.MCNavigator.getCancelReason()
MCTargetStrategy.getCancelReason()
AStarNavigationStrategy.AStarPlanner.tick
(int iterationsPerTick, int maxIterations)