public class PlayEvent extends java.lang.Object implements Pool.Entry
| Modifier and Type | Field and Description |
|---|---|
static int |
BULLET_ON_WALL |
static int |
BULLETS_BABAH |
static int |
CATCH_BONUS |
static int |
CREATE_BONUS |
static int |
USER_BOMBOM |
static int |
USER_FIRE |
| Constructor and Description |
|---|
PlayEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getParams() |
int |
getType() |
void |
release() |
boolean |
released() |
void |
setup(int type,
java.lang.Object... params) |
java.lang.String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public static final int USER_FIRE
public static final int BULLETS_BABAH
public static final int USER_BOMBOM
public static final int BULLET_ON_WALL
public static final int CREATE_BONUS
public static final int CATCH_BONUS
public void setup(int type,
java.lang.Object... params)
public java.lang.Object[] getParams()
public int getType()
public boolean released()
released in interface Pool.Entrypublic void release()
release in interface Pool.Entrypublic java.lang.String toString()
java.lang.ObjectgetClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.
toString in class java.lang.Object