java.lang.Object
ru.dragonestia.msb3.api.ai.navigator.Path

public class Path extends Object
  • Constructor Details

    • Path

      public Path(double maxDistance, double pathVariance)
  • Method Details

    • getState

      public FollowerState getState()
    • setState

      public void setState(FollowerState newState)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCurrentType

      @Nullable public PathNode.Type getCurrentType()
    • getCurrent

      @Nullable public @Nullable net.minestom.server.coordinate.Point getCurrent()
    • next

      public void next()
    • getNext

      public net.minestom.server.coordinate.Point getNext()