Class Block

java.lang.Object
   |
   +----java.awt.Rectangle
           |
           +----Item
                   |
                   +----Block

class Block
extends Item
implements Runnable
Sorry, not documented yet.

Source


Variable Index

 o bojng
 o img

Constructor Index

 o Block(BojngInterface, Image, int)

Method Index

 o draw()
 o hasAnim()
 o hit()
 o init(int, int, int, int)
 o playAnimAndClear()
 o run()

Variables

 o bojng
 BojngInterface bojng
 o img
 Image img

Constructors

 o Block
 Block(BojngInterface bojng,
       Image img,
       int action)

Methods

 o init
 void init(int blockX,
           int blockY,
           int bwidth,
           int bheight)
Overrides:
init in class Item
 o draw
 void draw()
 o hit
 void hit()
Overrides:
hit in class Item
 o hasAnim
 boolean hasAnim()
Overrides:
hasAnim in class Item
 o playAnimAndClear
 void playAnimAndClear()
Overrides:
playAnimAndClear in class Item
 o run
 public void run()