public class ElectricEel extends MazeEntity
Eel represents a non-playable character (NPC) in the maze mini-game. The Eel will chase the player and cause a stun affect
  • Constructor Details

    • ElectricEel

      public ElectricEel(Entity target, MazeEntityConfig config)
      Constructs an Eel entity with the given target and configuration.
      Parameters:
      target - The entity that this AnglerFish will chase (e.g., the player).
      config - The configuration stats for this NPC, such as health and attack power.