|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--nu.dll.pong.Level.Bonus
Represents a Bonus that may be available in a level.
| Field Summary | |
int |
arg
An argument to the bonus type. |
char |
letter
The letter representing the bonus type. |
float |
probability
The probability of this bonus object to appear on a level. 1 means full probability (always appears). |
int |
x
The horisontal and vertical position of this bonus in the brick matrix. |
int |
y
The horisontal and vertical position of this bonus in the brick matrix. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public char letter
public int arg
public float probability
public int x
public int y
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||