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 Summary

    Modifier and Type
    Method
    Description
    Returns the NPCs to be considered part of a flock.
  • Method Details

    • getNearby

      Collection<NPC> getNearby(NPC npc)
      Returns the NPCs to be considered part of a flock.