public class Jellyfish extends MazeEntity
Jellyfish represents a non-playable character (NPC) in the maze minigame. Unlike more aggressive entities, the Jellyfish only wanders around and does not chase the player.
  • Constructor Details

    • Jellyfish

      public Jellyfish(MazeEntityConfig config)
      Constructs a Jellyfish entity with the given configuration.
      Parameters:
      config - The configuration stats for the Jellyfish entity, including health and attack power.