Class HeavyPathNode

java.lang.Object
com.prineside.tdi2.pathfinding.HeavyPathNode
All Implemented Interfaces:
KryoSerializable

public final class HeavyPathNode extends Object implements KryoSerializable
  • Field Details

    • connections

      public Array<Connection<HeavyPathNode>> connections
    • index

      public int index
    • x

      public short x
    • y

      public short y
    • cost

      public float cost
    • teleportIndices

      public int[] teleportIndices
  • Constructor Details

    • HeavyPathNode

      public HeavyPathNode()
  • Method Details