Class WEObject

java.lang.Object
   |
   +----WEObject

class WEObject
extends Object
A beeper or block in a world entity.

Author:
Peter Sagerson, petersag@wpi.edu

Variable Index

 o BEEPER
 o BLOCK
 o n
The number of beepers (if what == BEEPER).
 o what
Equal to either BLOCK or BEEPER
 o x
 o y

Constructor Index

 o WEObject(int, int, int)
 o WEObject(int, int, int, int)

Variables

 o BLOCK
 public static final int BLOCK
 o BEEPER
 public static final int BEEPER
 o what
 public int what
Equal to either BLOCK or BEEPER

 o x
 public int x
 o y
 public int y
 o n
 public int n
The number of beepers (if what == BEEPER).

Constructors

 o WEObject
 public WEObject(int inWhat,
                 int inX,
                 int inY)
 o WEObject
 public WEObject(int inWhat,
                 int inX,
                 int inY,
                 int inN)