Class TooltipDto

java.lang.Object
com.codingame.gameengine.runner.dto.TooltipDto

public class TooltipDto extends Object
A data transfer object for tooltips displayed on the progress bar of the viewer.

Used to show important events during a game such as point scoring.

Used internally.
  • Field Details

    • turn

      public int turn
    • text

      public String text
    • event

      public Integer event
  • Constructor Details

    • TooltipDto

      public TooltipDto(String text, int eventId, int turn)