Class AlignmentBehavior

java.lang.Object
net.citizensnpcs.api.ai.flocking.AlignmentBehavior
All Implemented Interfaces:
FlockBehavior

public class AlignmentBehavior extends Object implements FlockBehavior
Implements alignment flocking with a particular weight i.e. steering a flock of NPCs in line with each other.
See Also:
  • Constructor Details

    • AlignmentBehavior

      public AlignmentBehavior(double weight)
  • Method Details