Class IsoGameCharacter.Location

java.lang.Object
zombie.characters.IsoGameCharacter.Location
Enclosing class:
IsoGameCharacter

public static class IsoGameCharacter.Location
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int x  
    int y  
    int z  
  • Constructor Summary

    Constructors
    Constructor Description
    Location​(int int1, int int2, int int3)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object object)  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      public int x
    • y

      public int y
    • z

      public int z
  • Constructor Details

    • Location

      public Location​(int int1, int int2, int int3)
  • Method Details

    • equals

      public boolean equals​(java.lang.Object object)
      Overrides:
      equals in class java.lang.Object