All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.standardV2.StandardV2Strategy

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Strategy
                   |
                   +----pinball.player.multipleblip.MultipleBlipStrategy
                           |
                           +----pinball.player.standardV2.StandardV2Strategy

public class StandardV2Strategy
extends MultipleBlipStrategy
The player never flips the flippers.


Constructor Index

 o StandardV2Strategy()
For extended classes.
 o StandardV2Strategy(Buffer, TextArea, Camera)
The strategy thread for the player.

Constructors

 o StandardV2Strategy
 public StandardV2Strategy(Buffer buffer,
                           TextArea gameStats,
                           Camera camera)
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.
 o StandardV2Strategy
 public StandardV2Strategy()
For extended classes.


All Packages  Class Hierarchy  This Package  Previous  Next  Index