public class Turtle extends MazeEntity
Turtle represents a non-playable character (NPC) in the maze minigame. Turtles are not aggressive, but instead carry fish eggs away through the maze.
  • Constructor Details

    • Turtle

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