breakout
Class MultiBlock

java.lang.Object
  extended by breakout.GameObject
      extended by breakout.Block
          extended by breakout.MultiBlock

public class MultiBlock
extends Block


Field Summary
 
Fields inherited from class breakout.Block
BLOCK_HEIGHT, BLOCK_WIDTH
 
Constructor Summary
MultiBlock()
           
MultiBlock(int x, int y)
           
 
Method Summary
 void hit(Brett brett)
           
 
Methods inherited from class breakout.Block
getDrop, getImage, setDrop, setImage, setPosition
 
Methods inherited from class breakout.GameObject
addSize, getHeight, getWidth, getX, getY, hits, isAboveOf, isBelowOf, isLeftOf, isRightOf, setHeight, setPos, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiBlock

public MultiBlock()

MultiBlock

public MultiBlock(int x,
                  int y)
Method Detail

hit

public void hit(Brett brett)
Overrides:
hit in class Block