Class WEObject
java.lang.Object
|
+----WEObject
- class WEObject
- extends Object
A beeper or block in a world entity.
- Author:
- Peter Sagerson, petersag@wpi.edu
-
BEEPER
-
-
BLOCK
-
-
n
- The number of beepers (if
what == BEEPER).
-
what
- Equal to either
BLOCK or BEEPER
-
x
-
-
y
-
-
WEObject(int, int, int)
-
-
WEObject(int, int, int, int)
-
BLOCK
public static final int BLOCK
BEEPER
public static final int BEEPER
what
public int what
- Equal to either
BLOCK or BEEPER
x
public int x
y
public int y
n
public int n
- The number of beepers (if
what == BEEPER).
WEObject
public WEObject(int inWhat,
int inX,
int inY)
WEObject
public WEObject(int inWhat,
int inX,
int inY,
int inN)