Class EndLevelUpdate

java.lang.Object
tech.underoaks.coldcase.state.updates.GameStateUpdate
tech.underoaks.coldcase.state.updates.EndLevelUpdate

public class EndLevelUpdate extends GameStateUpdate
A GameStateUpdate that triggers the next level to be loaded.
  • Constructor Details

    • EndLevelUpdate

      public EndLevelUpdate()
      Default-Constructor
  • Method Details

    • apply

      public void apply(Map map)
      Description copied from class: GameStateUpdate
      Applies the GameStateUpdate to the game state.
      Specified by:
      apply in class GameStateUpdate
      Parameters:
      map - the map that will receive changes.