Class Item

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

abstract class Item
extends Rectangle
Sorry, not documented yet.

Source


Variable Index

 o action
 o ageLeft
 o blockX
 o blockY
 o BOMB
standard
 o BULLETS
standard
 o count
 o delay
 o GROW
standard
 o NEWBALL
standard
 o NONE
standard
 o SHRINK
standard
 o TELEPORT
standard
 o TRIPLE
standard
 o UNKN
standard
 o WALL
standard

Constructor Index

 o Item(int)

Method Index

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

Variables

 o action
 int action
 o NONE
 static final int NONE
standard

 o UNKN
 static final int UNKN
standard

 o TRIPLE
 static final int TRIPLE
standard

 o BULLETS
 static final int BULLETS
standard

 o WALL
 static final int WALL
standard

 o SHRINK
 static final int SHRINK
standard

 o GROW
 static final int GROW
standard

 o NEWBALL
 static final int NEWBALL
standard

 o BOMB
 static final int BOMB
standard

 o TELEPORT
 static final int TELEPORT
standard

 o delay
 int delay
 o ageLeft
 int ageLeft
 o blockX
 int blockX
 o blockY
 int blockY
 o count
 boolean count

Constructors

 o Item
 Item(int action)

Methods

 o init
 abstract void init(int bx,
                    int by,
                    int bwidth,
                    int bheight)
 o hit
 abstract void hit()
 o hasAnim
 boolean hasAnim()
 o playAnimAndClear
 void playAnimAndClear()