Package zombie.characters
Class IsoGameCharacter.Location
java.lang.Object
zombie.characters.IsoGameCharacter.Location
- Enclosing class:
- IsoGameCharacter
public static class IsoGameCharacter.Location
extends java.lang.Object
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description Location(int int1, int int2, int int3)
- 
Method SummaryModifier and Type Method Description booleanequals(java.lang.Object object)Methods inherited from class java.lang.Objectclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
xpublic int x
- 
ypublic int y
- 
zpublic int z
 
- 
- 
Constructor Details- 
Locationpublic Location(int int1, int int2, int int3)
 
- 
- 
Method Details- 
equalspublic boolean equals(java.lang.Object object)- Overrides:
- equalsin class- java.lang.Object
 
 
-