java.lang.Object
com.csse3200.game.entities.Entity
com.csse3200.game.minigames.maze.entities.mazenpc.FishEgg

public class FishEgg extends Entity
FishEgg represents an entity in the maze mini-game that can be collected or interacted with. It does not actively chase or attack the player.
  • Constructor Details

    • FishEgg

      public FishEgg()
      Constructs a FishEgg entity with the given configuration.