Class BossEncounterCompleteEvent


public class BossEncounterCompleteEvent extends EncounterCompleteEvent
  • Constructor Details

    • BossEncounterCompleteEvent

      public BossEncounterCompleteEvent(String userID, int sessionID, Instant timeStamp, EncounterEnum encounterName, DifficultyEnum difficulty, int stageNumber, int playerHPRemaining)
      Constructor for BossEncounterCompleteEvent.
      Parameters:
      userID - the ID of the user who is playing the game when the event is constructed.
      sessionID - the ID of the session the user is currently playing. See TelemetryListenerInterface for information about sessions.
      timeStamp - the time the event was constructed.
      encounterName - the name of the encounter a player is fighting.
      difficulty - the difficulty used for the player's session.
      stageNumber - the stage player has completed.
      playerHPRemaining - player HP remaining after completion.