Class Game


  • public final class Game
    extends Object
    • Constructor Detail

      • Game

        public Game()
    • Method Detail

      • reset

        public void reset()
      • getLocalPlayerId

        public UUID getLocalPlayerId()
      • setLocalPlayerId

        public void setLocalPlayerId​(UUID currentPlayerId)
      • getLocalPlayerSpaceShip

        public SpaceShip getLocalPlayerSpaceShip()
      • setLocalPlayerSpaceShip

        public void setLocalPlayerSpaceShip​(SpaceShip currentPlayerSpaceShip)
      • isLocalPlayerHost

        public boolean isLocalPlayerHost()
      • setLocalPlayerHost

        public void setLocalPlayerHost​(boolean localPlayerHost)
      • isJoined

        public boolean isJoined()
      • setJoined

        public void setJoined​(boolean joined)
      • isJoining

        public boolean isJoining()
      • setJoining

        public void setJoining​(boolean joining)
      • getLocalPlayer

        public Player getLocalPlayer()
      • setLocalPlayer

        public void setLocalPlayer​(Player localPlayer)