Package net.citizensnpcs.api.ai.flocking
Interface NPCFlock
- All Known Implementing Classes:
- GroupNPCFlock,- RadiusNPCFlock
public interface NPCFlock
Represents a 'flock' of NPCs to be used as input to a 
Flocker.- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the NPCs to be considered part of a flock.
- 
Method Details- 
getNearbyReturns the NPCs to be considered part of a flock.
 
-