Class SteeringForceWithGroup

java.lang.Object
com.hypixel.hytale.server.npc.movement.steeringforces.SteeringForceWithGroup
All Implemented Interfaces:
SteeringForce
Direct Known Subclasses:
SteeringForceAvoidCollision

public abstract class SteeringForceWithGroup extends Object implements SteeringForce
  • Field Details

    • selfPosition

      @Nonnull protected final Vector3d selfPosition
    • componentSelector

      protected Vector3d componentSelector
  • Constructor Details

    • SteeringForceWithGroup

      public SteeringForceWithGroup()
  • Method Details