Class Item
java.lang.Object
|
+----java.awt.Rectangle
|
+----Item
- abstract class Item
- extends Rectangle
Sorry, not documented yet.
Source
-
action
-
-
ageLeft
-
-
blockX
-
-
blockY
-
-
BOMB
- standard
-
BULLETS
- standard
-
count
-
-
delay
-
-
GROW
- standard
-
NEWBALL
- standard
-
NONE
- standard
-
SHRINK
- standard
-
TELEPORT
- standard
-
TRIPLE
- standard
-
UNKN
- standard
-
WALL
- standard
-
Item(int)
-
-
hasAnim()
-
-
hit()
-
-
init(int, int, int, int)
-
-
playAnimAndClear()
-
action
int action
NONE
static final int NONE
- standard
UNKN
static final int UNKN
- standard
TRIPLE
static final int TRIPLE
- standard
BULLETS
static final int BULLETS
- standard
WALL
static final int WALL
- standard
SHRINK
static final int SHRINK
- standard
GROW
static final int GROW
- standard
NEWBALL
static final int NEWBALL
- standard
BOMB
static final int BOMB
- standard
TELEPORT
static final int TELEPORT
- standard
delay
int delay
ageLeft
int ageLeft
blockX
int blockX
blockY
int blockY
count
boolean count
Item
Item(int action)
init
abstract void init(int bx,
int by,
int bwidth,
int bheight)
hit
abstract void hit()
hasAnim
boolean hasAnim()
playAnimAndClear
void playAnimAndClear()