public class MCNavigationStrategy
extends net.citizensnpcs.api.ai.AbstractPathStrategy
Modifier and Type | Class and Description |
---|---|
static interface |
MCNavigationStrategy.MCNavigator |
Modifier and Type | Method and Description |
---|---|
Iterable<Vector> |
getPath() |
Location |
getTargetAsLocation() |
net.citizensnpcs.api.ai.TargetType |
getTargetType() |
void |
stop() |
String |
toString() |
boolean |
update() |
public Location getTargetAsLocation()
public net.citizensnpcs.api.ai.TargetType getTargetType()
getTargetType
in interface net.citizensnpcs.api.ai.PathStrategy
getTargetType
in class net.citizensnpcs.api.ai.AbstractPathStrategy
public void stop()
public boolean update()
Copyright © 2019. All rights reserved.