Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
M
R
S
T
U
X
Y
I
isEmpty()
- Method in class de.unifreiburg.informatik.tetris.game.block.
BlockList
returns if the blocklist is empty.
isFree(CartPt)
- Method in class de.unifreiburg.informatik.tetris.game.block.
Block
Use this method to check if the block is at the given position.
isFree(BlockList)
- Method in class de.unifreiburg.informatik.tetris.game.block.
Block
This method is used by the add method to check if we can add the block to the blocklist bl.
isFree(CartPt)
- Method in class de.unifreiburg.informatik.tetris.game.block.
BlockList
Checks if the position (x,y) == coords is free.
isFree(Block)
- Method in class de.unifreiburg.informatik.tetris.game.block.
BlockList
Checks if the position of the block is free.
isGameLost()
- Method in class de.unifreiburg.informatik.tetris.game.block.
BlockList
Checks if the game is lost.
isMoveable(Field, CartPt)
- Method in class de.unifreiburg.informatik.tetris.game.block.
Block
Checks if a move is possible.
isTurnableClockwise(Field, Block)
- Method in class de.unifreiburg.informatik.tetris.game.block.
Block
Checks if it's allowed to rotate the block (this) by 90 degrees clockwise around b.
isTurnableCounterClockwise(Field, Block)
- Method in class de.unifreiburg.informatik.tetris.game.block.
Block
See isTurnableClockwise.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
M
R
S
T
U
X
Y