Package net.citizensnpcs.api.ai.tree
Interface InstantBehavior
- All Superinterfaces:
Behavior
Marker interface for behaviors that execute instantly (in one tick). These behaviors complete immediately without
needing to return RUNNING.
The parser will automatically coalesce consecutive instant behaviors into a single composite that executes them all
in one tick.
-
Method Summary
Methods inherited from interface net.citizensnpcs.api.ai.tree.Behavior
reset, run, shouldExecute