All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.nopinball.NoPinballPlayer

java.lang.Object
   |
   +----pinball.player.standard.StdPlayer
           |
           +----pinball.player.nopinball.NoPinballPlayer

public class NoPinballPlayer
extends StdPlayer
Player which does not use the pinball machine.


Constructor Index

 o NoPinballPlayer()

Method Index

 o localStrategy(Buffer, TextArea, Camera)
Get the strategy thread for the player.
 o main(String[])
Start up the program.

Constructors

 o NoPinballPlayer
 public NoPinballPlayer()

Methods

 o main
 public static void main(String args[])
Start up the program. Takes command line arguments. Takes the following command line arguments: -s for server mode. -c for client mode.

 o localStrategy
 public Strategy localStrategy(Buffer buffer,
                               TextArea gameStats,
                               Camera camera)
Get the strategy thread for the player.

Parameters:
buffer - the first buffer in the series of buffers for the system.
gameStats - the area to write the game stats to.
camera - the camera for the system.
Returns:
strategy thread.
Overrides:
localStrategy in class StdPlayer

All Packages  Class Hierarchy  This Package  Previous  Next  Index