ctf.environment
Class EnvironmentLocation

java.lang.Object
  |
  +--ctf.environment.EnvironmentLocation

class EnvironmentLocation
extends Object

A location in the environment.

Author:
Jason Rohrer

Field Summary
 int mX
           
 int mY
           
 
Constructor Summary
(package private) EnvironmentLocation()
           
 
Method Summary
 boolean equals(Object inObject)
           
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mX

public int mX

mY

public int mY
Constructor Detail

EnvironmentLocation

EnvironmentLocation()
Method Detail

equals

public boolean equals(Object inObject)
Overrides:
equals in class Object