|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.ac.washi.quinte.api.GameStarter
public class GameStarter
このクラスはテストゲームを実行するためのメソッドを提供します。
コンストラクタの概要 | |
---|---|
GameStarter()
|
メソッドの概要 | |
---|---|
static void |
start(Player p1,
Player p2,
Player p3,
Player p4,
GameOption option)
指定したオプションに従って4人のプレイヤーのテストゲームを開始します. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public GameStarter()
メソッドの詳細 |
---|
public static void start(Player p1, Player p2, Player p3, Player p4, GameOption option)
p1
- プレイヤー1p2
- プレイヤー2p3
- プレイヤー3p4
- プレイヤー4option
- ゲームオプション
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |