Class Path.Step

java.lang.Object
zombie.ai.astar.Path.Step
Enclosing class:
Path

public static class Path.Step
extends java.lang.Object
  • Field Summary

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

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

    Modifier and Type Method Description
    boolean equals​(java.lang.Object object)  
    int getX()  
    int getY()  
    int getZ()  
    int hashCode()  

    Methods inherited from class java.lang.Object

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

    • x

      public int x
    • y

      public int y
    • z

      public int z
  • Constructor Details

    • Step

      public Step​(int int1, int int2, int int3)
    • Step

      public Step()
  • Method Details

    • equals

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

      public int getX()
    • getY

      public int getY()
    • getZ

      public int getZ()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object