public class NMSPathEntity extends Object
Constructor and Description |
---|
NMSPathEntity(Iterable<NMSPathPoint> points) |
NMSPathEntity(NMSPathPoint[] points) |
NMSPathEntity(Object handle) |
NMSPathEntity(Object[] pointHandles) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
int |
getLength() |
NMSPathPoint |
getPoint(int index) |
NMSPathPoint |
getTargetPoint() |
org.inventivetalent.vectors.d3.Vector3DDouble |
getVector(Object entityHandle) |
Object |
getVectorHandle(Object entityHandle) |
Object |
getVectorHandle(Object entityHandle,
int index) |
boolean |
isFinished() |
void |
nextIndex() |
public NMSPathEntity(Object handle)
public NMSPathEntity(Object[] pointHandles) throws ReflectiveOperationException
ReflectiveOperationException
public NMSPathEntity(NMSPathPoint[] points) throws ReflectiveOperationException
ReflectiveOperationException
public NMSPathEntity(Iterable<NMSPathPoint> points) throws ReflectiveOperationException
ReflectiveOperationException
public void nextIndex()
public boolean isFinished()
public NMSPathPoint getTargetPoint()
public NMSPathPoint getPoint(int index)
public int getLength()
public int getIndex()
public org.inventivetalent.vectors.d3.Vector3DDouble getVector(Object entityHandle)
Copyright © 2018. All rights reserved.