Class PathNode
java.lang.Object
ru.dragonestia.msb3.api.ai.navigator.PathNode
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPathNode(double px, double py, double pz, double g, double h, PathNode.Type type, @Nullable PathNode parent) PathNode(net.minestom.server.coordinate.Point point, double g, double h, PathNode.Type walk, @Nullable PathNode parent) -
Method Summary
-
Constructor Details
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
x
public double x() -
y
public double y() -
z
public double z() -
blockX
public int blockX() -
blockY
public int blockY() -
blockZ
public int blockZ() -
g
public double g() -
h
public double h() -
setPoint
public void setPoint(double px, double py, double pz) -
parent
-