public class PathPoint
extends org.inventivetalent.vectors.d3.Vector3DInt
Constructor and Description |
---|
PathPoint(int x,
int y,
int z) |
PathPoint(org.inventivetalent.vectors.d3.Vector3DDouble doubleVector) |
PathPoint(org.inventivetalent.vectors.d3.Vector3DInt intVector) |
Modifier and Type | Method and Description |
---|---|
boolean |
canWalkIn(org.bukkit.World world) |
boolean |
canWalkOn(org.bukkit.World world) |
org.bukkit.block.Block |
getBlock(org.bukkit.World world) |
org.bukkit.block.Block |
getBlockBelow(org.bukkit.World world) |
List<PathPoint> |
getNeighbours(org.bukkit.World world) |
add, add, add, angle, canEqual, clone, crossProduct, distance, distanceSquared, divide, divide, divide, dot, equals, getX, getY, getZ, hashCode, isInBox, isInSphere, length, lengthSquared, midpoint, multiply, multiply, multiply, normalize, subtract, subtract, subtract, toString
public PathPoint(org.inventivetalent.vectors.d3.Vector3DDouble doubleVector)
public PathPoint(org.inventivetalent.vectors.d3.Vector3DInt intVector)
public PathPoint(int x, int y, int z)
Copyright © 2018. All rights reserved.