Class Cutscene

    • Field Detail

      • transitionAlpha

        private double transitionAlpha
      • transitionColor

        private org.newdawn.slick.Color transitionColor
      • returnSector

        private MapSector returnSector
      • isShowingTransition

        public boolean isShowingTransition
    • Constructor Detail

      • Cutscene

        public Cutscene​(Map parent,
                        int sector)
    • Method Detail

      • init

        public abstract void init()
        Specified by:
        init in class MapSector
      • start

        public void start()
      • end

        public void end()
      • render

        public void render​(org.newdawn.slick.Graphics graphics)
        Description copied from class: MapSector
        Minimum requirement for rendering, must be called first in any implementation
        Overrides:
        render in class MapSector
      • tick

        public void tick()
        Description copied from class: MapSector
        Minimum requirement for each tick, must be called first in any implementation
        Specified by:
        tick in interface Tickable
        Overrides:
        tick in class MapSector