game.java

来自「Java游戏高级编程!!很不错的!!!Java游戏高级编程!!很不错的」· Java 代码 · 共 36 行

JAVA
36
字号
     package com.croftsoft.apps.mars.model;     import com.croftsoft.core.animation.clock.Timekeeper;     import com.croftsoft.apps.mars.ai.TankOperator;     /*********************************************************************     * Interface for a Game object.     *     * @version     *   2003-04-17     * @since     *   2003-04-14     * @author     *   <a href="http://www.croftsoft.com/">David Wallace Croft</a>     *********************************************************************/     public interface  Game       extends GameAccessor     //////////////////////////////////////////////////////////////////////     //////////////////////////////////////////////////////////////////////     {     public Tank        getPlayerTank         ( );     public double      getTimeFactorDefault  ( );     public Timekeeper  getTimekeeper         ( );     //     public void  update ( );     //////////////////////////////////////////////////////////////////////     //////////////////////////////////////////////////////////////////////     }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?