Class PirateGame

  • All Implemented Interfaces:
    com.badlogic.gdx.ApplicationListener

    public class PirateGame
    extends com.badlogic.gdx.Game
    Contains class instances of game UI screens.
    • Constructor Summary

      Constructors 
      Constructor Description
      PirateGame()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void create()
      Create instances of game stage and UI screens.
      void dispose()
      Clean up to prevent memory leaks.
      • Methods inherited from class com.badlogic.gdx.Game

        getScreen, pause, render, resize, resume, setScreen
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PirateGame

        public PirateGame()
    • Method Detail

      • create

        public void create()
        Create instances of game stage and UI screens.
      • dispose

        public void dispose()
        Clean up to prevent memory leaks.
        Specified by:
        dispose in interface com.badlogic.gdx.ApplicationListener
        Overrides:
        dispose in class com.badlogic.gdx.Game