Interface SearchNode

All Known Implementing Classes:
BiSearchNode, DefaultSearchNode

public interface SearchNode
Interface representing a node in 3D space that can be used in pathfinding and search algorithms.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
     
  • Method Details

    • getX

      int getX()
    • getY

      int getY()
    • getZ

      int getZ()