A B C D F G I M R S T U X Y

M

move(Field, CartPt) - Method in class de.unifreiburg.informatik.tetris.game.block.Block
Moves the block.
move(CartPt) - Method in class de.unifreiburg.informatik.tetris.game.block.CartPt
Moves the point, so p1.move(p2) does p1.x = p1.x + p2.x and p1.y = p1.y + p2.y.
moveDown(int) - Method in class de.unifreiburg.informatik.tetris.game.block.Block
Moves the block y lines down without any check.
moveDown(int) - Method in class de.unifreiburg.informatik.tetris.game.block.CartPt
Moves the point down by y steps.

A B C D F G I M R S T U X Y