インタフェース
bakutan.common.BUserInterface の使用

BUserInterface を使用しているパッケージ
bakutan.common   
bakutan.common.ai   
 

bakutan.common での BUserInterface の使用
 

BUserInterface を実装している bakutan.common のクラス
 class BUserInterfacePanel
           
 class NullUserInterface
           
 class SimpleUserInterface
           
 

BUserInterface 型のパラメータを持つ bakutan.common のメソッド
 void Body.actionForClient(bakutan.common.event.BodyEvent bodyEvent, ClientBody mybody, bakutan.common.graphics.CharacterImageBundle cib, bakutan.common.graphics.EffectBundle eb, BUserInterface ui, long currenttime, BVector2f bufferCenter)
           
abstract  void BStage.drawStatus(java.awt.Graphics bg, long currenttime, java.awt.Dimension size, ClientBody myBody, BUserInterface ui)
           
 

BUserInterface 型のパラメータを持つ bakutan.common のコンストラクタ
GameThread(DataManager dataManager, BUserInterface userinterface, GameOption gameThreadOption)
           
NetworkThread(BUserInterface userinterface, GameOption gameOption)
           
 

bakutan.common.ai での BUserInterface の使用
 

BUserInterface を返す bakutan.common.ai のメソッド
 BUserInterface AIInterface.getUserInterface()
          爆裂タンクのユーザーインターフェースを取得する。
 

BUserInterface 型のパラメータを持つ bakutan.common.ai のメソッド
 void AIInterface.setUserInterface(BUserInterface userinterface)
          爆裂タンクのユーザーインターフェースを設定する。