Uses of Class
erland.game.tetris.Block

Uses of Block in erland.game.tetris
 

Subclasses of Block in erland.game.tetris
(package private)  class Block1
          Represents the block:
0x00
xxx0
0000
(package private)  class Block2
          Represents the block:
0xx0
0xx0
(package private)  class Block3
          Represents the block:
00x0
xxx0
(package private)  class Block4
          Represents the block:
x000
xxx0
(package private)  class Block5
          Represents the block:
0000
xxxx
(package private)  class Block6
          Represents the block:
0xx0
xx00
(package private)  class Block7
          Represents the block:
xx00
0xx0
 

Fields in erland.game.tetris declared as Block
protected  Block TetrisPlayer.block
          Current active block in the main game area
protected  Block TetrisPlayer.blockNext
          Current active block in the preview block area
 

Methods in erland.game.tetris that return Block
 Block TetrisPlayer.getNextBlock()
           
 Block TetrisModelStandalone.getNextBlock()
           
 Block TetrisModelNetworked.getNextBlock()
           
protected  Block TetrisModelNetworked.getBlockFromString(Block oldBlock, java.lang.String message)
           
 Block TetrisModelInterface.getNextBlock()
           
protected  Block BlockFactory.newBlock()
          Creates a new random block
 Block BlockFactory.nextBlock(java.lang.Object player)
           
 

Methods in erland.game.tetris with parameters of type Block
 java.lang.String TetrisPlayer.getBlockString(Block b)
           
protected  Block TetrisModelNetworked.getBlockFromString(Block oldBlock, java.lang.String message)
           
 



Copyright © 2003-2004 Erland Isaksson. All Rights Reserved.