public class PathEntity
extends java.lang.Object
Constructor and Description |
---|
PathEntity(PathPoint[] p_i2136_1_) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPathIndex() |
int |
getCurrentPathLength() |
PathPoint |
getFinalPathPoint() |
PathPoint |
getPathPointFromIndex(int p_75877_1_) |
Vec3 |
getPosition(Entity p_75878_1_) |
Vec3 |
getVectorFromIndex(Entity p_75881_1_,
int p_75881_2_) |
void |
incrementPathIndex() |
boolean |
isDestinationSame(Vec3 p_75880_1_) |
boolean |
isFinished() |
boolean |
isSamePath(PathEntity p_75876_1_) |
void |
setCurrentPathIndex(int p_75872_1_) |
void |
setCurrentPathLength(int p_75871_1_) |
public PathEntity(PathPoint[] p_i2136_1_)
public void incrementPathIndex()
public boolean isFinished()
public PathPoint getFinalPathPoint()
public PathPoint getPathPointFromIndex(int p_75877_1_)
public int getCurrentPathLength()
public void setCurrentPathLength(int p_75871_1_)
public int getCurrentPathIndex()
public void setCurrentPathIndex(int p_75872_1_)
public boolean isSamePath(PathEntity p_75876_1_)
public boolean isDestinationSame(Vec3 p_75880_1_)