wworld
Class Pit

java.lang.Object
  |
  +--wworld.WorldObject
        |
        +--wworld.GridObject
              |
              +--wworld.Pit

public class Pit
extends GridObject

Class specifying Pit object. The Pit object is a simple extension of GridObject with GridObjectType specified as PIT


Constructor Summary
Pit(int x, int y)
           
 
Methods inherited from class wworld.GridObject
getLocation, getOrigLocation, setLocation, setLocation
 
Methods inherited from class wworld.WorldObject
getType, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pit

public Pit(int x,
           int y)