wworld
Class Gold

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

public class Gold
extends GridObject

Class specifying object of type Gold. The object is an extension of the GridObject with GridObjectType of GOLD


Constructor Summary
Gold(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

Gold

public Gold(int x,
            int y)