All Implemented Interfaces:
IArtifact

public class NPC extends BaseNPC
  • Constructor Details

    • NPC

      public NPC(float startingXpos, float startingYpos, float rotation, float size)
  • Method Details

    • canSeePlayer

      public boolean canSeePlayer()
    • moveTowardsPlayer

      public void moveTowardsPlayer(float speed)
    • update

      public void update(float deltaTime)
      Overrides:
      update in class BaseNPC