Interface Navigator
public interface Navigator
Drives a mob towards a block.
- Since:
- 0.1.0
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NONE
A navigator that goes nowhere, used by mobs without pathfinding.- Since:
- 0.1.0
-
-
Method Details
-
moveTo
-
moveTo
-
stop
void stop()Drops the current path; the mob stops where it stands.- Since:
- 0.1.0
-
currentWaypoint
-