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

    • GreenJellyfish

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